Valid

SCPI Command :

ZONE<*>:AREA<*>:VALid
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zone=Zone.Default, area=Area.Default) bool[source]
# ZONE<*>:AREA<*>:VALid
value: bool = driver.zone.area.valid.get(zone = repcap.Zone.Default, area = repcap.Area.Default)

Checks the validity of the indicated zone area. The area is invalid if one of its points is invalid. 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’)

Returns:

valid: OFF | ON