Length

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DSCChannel:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default) int[source]
# [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.

Parameters:

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

Returns:

length: integer Range: 8 to 256

set(length: int, terminal=Terminal.Default) None[source]
# [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.

Parameters:
  • length – integer Range: 8 to 256

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