Range
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:RPC:RANGe
- class RangeCls[source]
Range commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:RPC:RANGe value: int = driver.source.bb.evdo.user.rpc.range.get(userIx = repcap.UserIx.Default)
Sets the number of Reverse Power Control (RPC) bits sent in each direction when the ‘RPC Mode = Range’. The specified value is used immediately.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
range_py: integer Range: 1 to 256
- set(range_py: int, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:RPC:RANGe driver.source.bb.evdo.user.rpc.range.set(range_py = 1, userIx = repcap.UserIx.Default)
Sets the number of Reverse Power Control (RPC) bits sent in each direction when the ‘RPC Mode = Range’. The specified value is used immediately.
- param range_py
integer Range: 1 to 256
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)