Valid
SCPI Command :
ZONE<*>:AREA<*>:POINt<*>:VALid
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zone=Zone.Default, area=Area.Default, point=Point.Default) bool[source]
# ZONE<*>:AREA<*>:POINt<*>:VALid value: bool = driver.zone.area.point.valid.get(zone = repcap.Zone.Default, area = repcap.Area.Default, point = repcap.Point.Default)
Checks the validity of the selected point. See Figure ‘Invalid zone area (left) and valid zone area (right) ‘.
- 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:
valid: OFF | ON