Count

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:RPC:ZONE<CH0>:COUNt
class CountCls[source]

Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default, zoneNull=ZoneNull.Default) int[source]
# SCPI: [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.

param userIx

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

param zoneNull

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

return

count: integer Range: 1 to 128

set(count: int, userIx=UserIx.Default, zoneNull=ZoneNull.Default) None[source]
# SCPI: [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.

param count

integer Range: 1 to 128

param userIx

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

param zoneNull

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