Visible
SCPI Command :
ZONE<*>[:VISible]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zone=Zone.Default) bool[source]
# ZONE<*>[:VISible] value: bool = driver.zone.visible.get(zone = repcap.Zone.Default)
Enables the display of the zone on the screen.
- Parameters:
zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)
- Returns:
display_state: OFF | ON
- set(display_state: bool, zone=Zone.Default) None[source]
# ZONE<*>[:VISible] driver.zone.visible.set(display_state = False, zone = repcap.Zone.Default)
Enables the display of the zone on the screen.
- Parameters:
display_state – OFF | ON
zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)