Values

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:VALues
class ValuesCls[source]

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

get(terminal=Terminal.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:VALues
value: List[str] = driver.source.bb.evdo.terminal.drcChannel.values.get(terminal = repcap.Terminal.Default)

(enabled for an access terminal working in traffic mode) Specifies the pattern transmitted on the Data Rate Control (DRC) Channel. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern. Each specified value is used for DRC length slots.

param terminal

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

return

values: integer

set(values: List[str], terminal=Terminal.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:VALues
driver.source.bb.evdo.terminal.drcChannel.values.set(values = ['rawAbc1', 'rawAbc2', 'rawAbc3'], terminal = repcap.Terminal.Default)

(enabled for an access terminal working in traffic mode) Specifies the pattern transmitted on the Data Rate Control (DRC) Channel. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern. Each specified value is used for DRC length slots.

param values

integer

param terminal

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