Values

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel: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>:ACKChannel:VALues
value: List[str] = driver.source.bb.evdo.terminal.ackChannel.values.get(terminal = repcap.Terminal.Default)

(enabled for access terminal working in traffic mode) Specifies the data pattern transmitted on the ACK Channel. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern.A 0 specifies an ACK, a 1 specifies a NAK. The pattern is only read for slots that are gated on. This parameter is in binary format and has a maximal length of 16 bits.

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>:ACKChannel:VALues
driver.source.bb.evdo.terminal.ackChannel.values.set(values = ['rawAbc1', 'rawAbc2', 'rawAbc3'], terminal = repcap.Terminal.Default)

(enabled for access terminal working in traffic mode) Specifies the data pattern transmitted on the ACK Channel. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern.A 0 specifies an ACK, a 1 specifies a NAK. The pattern is only read for slots that are gated on. This parameter is in binary format and has a maximal length of 16 bits.

param values

integer

param terminal

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