Values

SCPI Command :

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

Parameters:

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

Returns:

values: integer

set(values: str, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DRCChannel:VALues
driver.source.bb.evdo.terminal.drcChannel.values.set(values = rawAbc, 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.

Parameters:
  • values – integer

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