Count

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:RPC:ZONE<CH0>:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, zoneNull=ZoneNull.Default) int[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:RPC:ZONE<CH0>:COUNt
value: int = driver.source.bb.evdo.user.rpc.zone.count.get(userIx = repcap.UserIx.Default, zoneNull = repcap.ZoneNull.Default)

The Reverse Power Control (RPC) pattern is defined in form of table with four zones (zone 0 .. 3) . For each zone, a bit and a count can be defined. This parameter defines the number of RPC bits sent within the specific zone of the RPC Pattern.

Parameters:
  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

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

Returns:

count: integer Range: 1 to 128

set(count: int, userIx=UserIx.Default, zoneNull=ZoneNull.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:RPC:ZONE<CH0>:COUNt
driver.source.bb.evdo.user.rpc.zone.count.set(count = 1, userIx = repcap.UserIx.Default, zoneNull = repcap.ZoneNull.Default)

The Reverse Power Control (RPC) pattern is defined in form of table with four zones (zone 0 .. 3) . For each zone, a bit and a count can be defined. This parameter defines the number of RPC bits sent within the specific zone of the RPC Pattern.

Parameters:
  • count – integer Range: 1 to 128

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

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