Values
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:VALues
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(terminal=Terminal.Default) str[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:VALues value: 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.
- 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>:ACKChannel:VALues driver.source.bb.evdo.terminal.ackChannel.values.set(values = rawAbc, 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.
- Parameters:
values – integer
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)