Count
SCPI Command :
ZONE<*>:AREA<*>:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zone=Zone.Default, area=Area.Default) int[source]
# ZONE<*>:AREA<*>:COUNt value: int = driver.zone.area.count.get(zone = repcap.Zone.Default, area = repcap.Area.Default)
Returns the number of the defined areas in the zone. ZONE<m>:AREA:COUNt? MAX returns the maximum number of areas that can be created.
- 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:
count: Number of defined zone areas
- set(count: int, zone=Zone.Default, area=Area.Default) None[source]
# ZONE<*>:AREA<*>:COUNt driver.zone.area.count.set(count = 1, zone = repcap.Zone.Default, area = repcap.Area.Default)
Returns the number of the defined areas in the zone. ZONE<m>:AREA:COUNt? MAX returns the maximum number of areas that can be created.
- Parameters:
count – Number of defined zone areas
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’)