Infinite

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:INFinite
class InfiniteCls[source]

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

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

param userIx

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

return

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]
# SCPI: [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.

param 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.

param userIx

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