Count
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:COUNt
- class CountCls[source]
Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(terminal=Terminal.Default, packet=Packet.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:COUNt value: int = driver.source.bb.evdo.terminal.dchannel.packet.count.get(terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)
(enabled for an access terminal working in traffic mode) Sets the number of packets to be sent. The 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. In this case, the data channel will be switched off after the specified number of packets have been sent. 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
count: integer Range: 0 to 65536
- set(count: int, terminal=Terminal.Default, packet=Packet.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:COUNt driver.source.bb.evdo.terminal.dchannel.packet.count.set(count = 1, terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)
(enabled for an access terminal working in traffic mode) Sets the number of packets to be sent. The 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. In this case, the data channel will be switched off after the specified number of packets have been sent. 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 count
integer Range: 0 to 65536
- 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’)