State

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:GATing:[STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(terminal=Terminal.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:GATing:[STATe]
value: bool = driver.source.bb.evdo.terminal.drcChannel.gating.state.get(terminal = repcap.Terminal.Default)

(enabled for an access terminal working in traffic mode) Activates or deactivates the Data Rate Control (DRC) Channel gating. If gating is active, each value of the DRC channel is transmitted for one slot followed by DRCLenght-1 empty slots. With deactivated gating, each DRC value is repeated for DRC length slots.

param terminal

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

return

state: 1| ON| 0| OFF

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

(enabled for an access terminal working in traffic mode) Activates or deactivates the Data Rate Control (DRC) Channel gating. If gating is active, each value of the DRC channel is transmitted for one slot followed by DRCLenght-1 empty slots. With deactivated gating, each DRC value is repeated for DRC length slots.

param state

1| ON| 0| OFF

param terminal

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