Length
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(terminal=Terminal.Default) EvdoDrcLenUp[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:LENGth value: enums.EvdoDrcLenUp = driver.source.bb.evdo.terminal.drcChannel.length.get(terminal = repcap.Terminal.Default)
(enabled for an access terminal working in traffic mode) Specifies the transmission duration of the Data Rate Control (DRC) channel in slots.
- Parameters:
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- Returns:
length: DL1 | DL2 | DL4 | DL8
- set(length: EvdoDrcLenUp, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:LENGth driver.source.bb.evdo.terminal.drcChannel.length.set(length = enums.EvdoDrcLenUp.DL1, terminal = repcap.Terminal.Default)
(enabled for an access terminal working in traffic mode) Specifies the transmission duration of the Data Rate Control (DRC) channel in slots.
- Parameters:
length – DL1 | DL2 | DL4 | DL8
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)