Y
SCPI Command :
ZONE<*>:AREA<*>:POINt<*>:Y
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zone=Zone.Default, area=Area.Default, point=Point.Default) float[source]
# ZONE<*>:AREA<*>:POINt<*>:Y value: float = driver.zone.area.point.y.get(zone = repcap.Zone.Default, area = repcap.Area.Default, point = repcap.Point.Default)
Sets the vertical Y coordinates for the selected point of the area.
- Parameters:
zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)
area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)
point – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)
- Returns:
y: -1E+26 to 1E+26
- set(y: float, zone=Zone.Default, area=Area.Default, point=Point.Default) None[source]
# ZONE<*>:AREA<*>:POINt<*>:Y driver.zone.area.point.y.set(y = 1.0, zone = repcap.Zone.Default, area = repcap.Area.Default, point = repcap.Point.Default)
Sets the vertical Y coordinates for the selected point of the area.
- Parameters:
y – -1E+26 to 1E+26
zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)
area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)
point – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)