Values
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DSCChannel:VALues
- class ValuesCls[source]
Values commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(terminal=Terminal.Default) str [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DSCChannel:VALues value: str = driver.source.bb.evdo.terminal.dscChannel.values.get(terminal = repcap.Terminal.Default)
(enabled for Physical Layer subtype 2 and for an access terminal working in traffic mode) Specifies the pattern transmitted on the Data Source Control (DSC) Channel. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern. Each specified value is transmitted for DSC length slots.
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- return
values: integer
- set(values: str, terminal=Terminal.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DSCChannel:VALues driver.source.bb.evdo.terminal.dscChannel.values.set(values = rawAbc, terminal = repcap.Terminal.Default)
(enabled for Physical Layer subtype 2 and for an access terminal working in traffic mode) Specifies the pattern transmitted on the Data Source Control (DSC) Channel. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern. Each specified value is transmitted for DSC length slots.
- param values
integer
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)