Count

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:COUNt
class CountCls[source]

Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) int[source]
# SCPI: [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.

param userIx

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

return

count: integer Range: 0 to 65536

set(count: int, userIx=UserIx.Default) None[source]
# SCPI: [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.

param count

integer Range: 0 to 65536

param userIx

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