Bit
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:RPC:ZONE<CH0>:BIT
- class BitCls[source]
Bit 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>: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.
- 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
bit: 0| 1 Range: 0 to 1
- set(bit: int, userIx=UserIx.Default, zoneNull=ZoneNull.Default) None [source]
# SCPI: [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.
- param bit
0| 1 Range: 0 to 1
- 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’)