Count

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:COUNt
value: int = driver.source.bb.evdo.user.packet.count.get(userIx = repcap.UserIx.Default)

Sets the number of packets to send to the selected user. The number of packets to be send depends on whether the parameter ‘Infinite’ is enabled or disabled. If ‘Infinite’ is enabled, there is no limit to the number of packets sent to the user. If ‘Infinite’ is disabled and a value is specified while packets are being sent, the new count value is used at the end of transmission of the current packet. If a value of zero is specified, the transmission to the user is stopped at the end of the current packet.

Parameters:

userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

Returns:

count: integer Range: 0 to 65536

set(count: int, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:COUNt
driver.source.bb.evdo.user.packet.count.set(count = 1, userIx = repcap.UserIx.Default)

Sets the number of packets to send to the selected user. The number of packets to be send depends on whether the parameter ‘Infinite’ is enabled or disabled. If ‘Infinite’ is enabled, there is no limit to the number of packets sent to the user. If ‘Infinite’ is disabled and a value is specified while packets are being sent, the new count value is used at the end of transmission of the current packet. If a value of zero is specified, the transmission to the user is stopped at the end of the current packet.

Parameters:
  • count – integer Range: 0 to 65536

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)