Plength

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:PLENgth
class PlengthCls[source]

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

get(terminal=Terminal.Default) int[source]
# SCPI: [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.

param terminal

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

return

plength: integer Range: 1 to 7

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

param plength

integer Range: 1 to 7

param terminal

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