Mode

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:RPC:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) EvdoRpcMode[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:RPC:MODE
value: enums.EvdoRpcMode = driver.source.bb.evdo.user.rpc.mode.get(userIx = repcap.UserIx.Default)

Sets the operation mode for the Reverse Power Control (RPC) Channel within the MAC channel for the selected user.

Parameters:

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

Returns:

mode: HOLD | UP | DOWN | RANGe | PATTern

set(mode: EvdoRpcMode, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:RPC:MODE
driver.source.bb.evdo.user.rpc.mode.set(mode = enums.EvdoRpcMode.DOWN, userIx = repcap.UserIx.Default)

Sets the operation mode for the Reverse Power Control (RPC) Channel within the MAC channel for the selected user.

Parameters:
  • mode – HOLD | UP | DOWN | RANGe | PATTern

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