State

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:RRIChannel:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default) bool[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:RRIChannel:STATe
value: bool = driver.source.bb.evdo.terminal.rriChannel.state.get(terminal = repcap.Terminal.Default)

(enabled for an access terminal working in traffic mode) Enables or disables the state of the Reverse Rate Indicator (RRI) channel.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:RRIChannel:STATe
driver.source.bb.evdo.terminal.rriChannel.state.set(state = False, terminal = repcap.Terminal.Default)

(enabled for an access terminal working in traffic mode) Enables or disables the state of the Reverse Rate Indicator (RRI) channel.

Parameters:
  • state – 1 | ON | 0| OFF

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