Count

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default, packet=Packet.Default) int[source]
# [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.

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:

count: integer Range: 0 to 65536

set(count: int, terminal=Terminal.Default, packet=Packet.Default) None[source]
# [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.

Parameters:
  • count – integer Range: 0 to 65536

  • 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’)