Infinite
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:INFinite
- class InfiniteCls[source]
Infinite commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(terminal=Terminal.Default, packet=Packet.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:INFinite value: bool = driver.source.bb.evdo.terminal.dchannel.packet.infinite.get(terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)
(enabled for an access terminal working in traffic mode) Enables or disables sending an unlimited number of packets. The parameter ‘Number of Packets to be Send’ depends on whether the parameter ‘Infinite Packets’ is enabled or disabled. If ‘Infinite Packets’ is enabled, there is no limit to the number of packets sent. If ‘Infinite Packets’ is disabled, the number of packets can be specified. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- param packet
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)
- return
infinite: 1| ON| 0| OFF
- set(infinite: bool, terminal=Terminal.Default, packet=Packet.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:INFinite driver.source.bb.evdo.terminal.dchannel.packet.infinite.set(infinite = False, terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)
(enabled for an access terminal working in traffic mode) Enables or disables sending an unlimited number of packets. The parameter ‘Number of Packets to be Send’ depends on whether the parameter ‘Infinite Packets’ is enabled or disabled. If ‘Infinite Packets’ is enabled, there is no limit to the number of packets sent. If ‘Infinite Packets’ is disabled, the number of packets can be specified. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.
- param infinite
1| ON| 0| OFF
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- param packet
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)