Gating
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:GATing
- class GatingCls[source]
Gating commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(terminal=Terminal.Default) str [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:GATing value: str = driver.source.bb.evdo.terminal.ackChannel.gating.get(terminal = repcap.Terminal.Default)
(enabled for access terminal working in traffic mode) Sets the active and inactive slots of the ACK channel. This parameter is in binary format and has a maximal length of 16 bits. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern. A 0 gates the ACK channel off for the corresponding slot, a 1 activates the channel.
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- return
gating: integer
- set(gating: str, terminal=Terminal.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:GATing driver.source.bb.evdo.terminal.ackChannel.gating.set(gating = rawAbc, terminal = repcap.Terminal.Default)
(enabled for access terminal working in traffic mode) Sets the active and inactive slots of the ACK channel. This parameter is in binary format and has a maximal length of 16 bits. The sequence starts at frame 0 and slot 0 and is repeated with the length of the pattern. A 0 gates the ACK channel off for the corresponding slot, a 1 activates the channel.
- param gating
integer
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)