Count

SCPI Command :

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

Returns the number of zones. ZONE:COUNt? MAX returns the maximum number of zones that can be created.

Parameters:

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

Returns:

count: Number of defined zones

set(count: int, zone=Zone.Default) None[source]
# ZONE<*>:COUNt
driver.zone.count.set(count = 1, zone = repcap.Zone.Default)

Returns the number of zones. ZONE:COUNt? MAX returns the maximum number of zones that can be created.

Parameters:
  • count – Number of defined zones

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