Acombination

SCPI Command :

ZONE<*>:ACOMbination
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zone=Zone.Default) AreaCombination[source]
# ZONE<*>:ACOMbination
value: enums.AreaCombination = driver.zone.acombination.get(zone = repcap.Zone.Default)

Sets the logic combination that applies to all areas in the indicated zone.

Parameters:

zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)

Returns:

area_combination: AND | OR

set(area_combination: AreaCombination, zone=Zone.Default) None[source]
# ZONE<*>:ACOMbination
driver.zone.acombination.set(area_combination = enums.AreaCombination.ABS, zone = repcap.Zone.Default)

Sets the logic combination that applies to all areas in the indicated zone.

Parameters:
  • area_combination – AND | OR

  • zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)