Bit

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:RPC:ZONE<CH0>:BIT
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>:BIT
value: int = driver.source.bb.evdo.user.rpc.zone.bit.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 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:

bit: 0 | 1 Range: 0 to 1

set(bit: int, userIx=UserIx.Default, zoneNull=ZoneNull.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:RPC:ZONE<CH0>:BIT
driver.source.bb.evdo.user.rpc.zone.bit.set(bit = 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 RPC bits sent within the specific zone of the RPC Pattern.

Parameters:
  • bit – 0 | 1 Range: 0 to 1

  • 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’)