Infinite
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:INFinite
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(terminal=Terminal.Default, packet=Packet.Default) bool[source]
# [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.
- Parameters:
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
packet – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)
- Returns:
infinite: 1 | ON | 0| OFF
- set(infinite: bool, terminal=Terminal.Default, packet=Packet.Default) None[source]
# [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.
- Parameters:
infinite – 1 | ON | 0| OFF
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
packet – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)