Length
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DSCChannel:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(terminal=Terminal.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DSCChannel:LENGth value: int = driver.source.bb.evdo.terminal.dscChannel.length.get(terminal = repcap.Terminal.Default)
(enabled for Physical Layer subtype 2 and for an access terminal working in traffic mode) Specifies the transmission duration of the Data Source Control (DSC) channel in slots.
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- return
length: integer Range: 8 to 256
- set(length: int, terminal=Terminal.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DSCChannel:LENGth driver.source.bb.evdo.terminal.dscChannel.length.set(length = 1, terminal = repcap.Terminal.Default)
(enabled for Physical Layer subtype 2 and for an access terminal working in traffic mode) Specifies the transmission duration of the Data Source Control (DSC) channel in slots.
- param length
integer Range: 8 to 256
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)