Infinite

SCPI Command :

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

Enables or disables sending an unlimited number of packets to the selected user.

Parameters:

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

Returns:

infinite: 1 | ON | 0| OFF ON Enables sending of an unlimited number of packets to the user. OFF Disables sending of an unlimited number of packets to the user. The number of packets to be sent can be specified.

set(infinite: bool, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:INFinite
driver.source.bb.evdo.user.packet.infinite.set(infinite = False, userIx = repcap.UserIx.Default)

Enables or disables sending an unlimited number of packets to the selected user.

Parameters:
  • infinite – 1 | ON | 0| OFF ON Enables sending of an unlimited number of packets to the user. OFF Disables sending of an unlimited number of packets to the user. The number of packets to be sent can be specified.

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