Diagram
SCPI Command :
ZONE<*>:DIAGram
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zone=Zone.Default) str[source]
# ZONE<*>:DIAGram value: str = driver.zone.diagram.get(zone = repcap.Zone.Default)
Selects the diagram on which the zone trigger is applied, for example layoutset1 diagram1 (L1_D1) . For more information about the SmartGrid definition, see ‘SmartGrid’.
- Parameters:
zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)
- Returns:
sign_diag_key: String that indicates the layout set and the diagram, e.g. ‘L1_D1’.
- set(sign_diag_key: str, zone=Zone.Default) None[source]
# ZONE<*>:DIAGram driver.zone.diagram.set(sign_diag_key = 'abc', zone = repcap.Zone.Default)
Selects the diagram on which the zone trigger is applied, for example layoutset1 diagram1 (L1_D1) . For more information about the SmartGrid definition, see ‘SmartGrid’.
- Parameters:
sign_diag_key – String that indicates the layout set and the diagram, e.g. ‘L1_D1’.
zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)