Plength

SCPI Command :

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

(enabled for access terminal working in access mode) Specifies the length of the preamble in frames (16 slots each) of the access probe.

Parameters:

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

Returns:

plength: integer Range: 1 to 7

set(plength: int, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:PLENgth
driver.source.bb.evdo.terminal.plength.set(plength = 1, terminal = repcap.Terminal.Default)

(enabled for access terminal working in access mode) Specifies the length of the preamble in frames (16 slots each) of the access probe.

Parameters:
  • plength – integer Range: 1 to 7

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