Soffset
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:SOFFset
- class SoffsetCls[source]
Soffset 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:SOFFset value: int = driver.source.bb.evdo.user.packet.soffset.get(userIx = repcap.UserIx.Default)
Sets the minimum number of slots between the end of one packet and the beginning of the next. For single slot packets, a value of zero will cause the next packet to be sent in the immediate next slot (subject to scheduling) . For multiple slot packets, a value of zero will cause the next packet transmission to start three slots after the end of the previous packet. The three slot delay is identical to the interleaving delay between slots for multiple slot packets. The offset value is attached to the end of the preceding packet.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
soffset: integer Range: 0 to 255
- set(soffset: int, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:SOFFset driver.source.bb.evdo.user.packet.soffset.set(soffset = 1, userIx = repcap.UserIx.Default)
Sets the minimum number of slots between the end of one packet and the beginning of the next. For single slot packets, a value of zero will cause the next packet to be sent in the immediate next slot (subject to scheduling) . For multiple slot packets, a value of zero will cause the next packet transmission to start three slots after the end of the previous packet. The three slot delay is identical to the interleaving delay between slots for multiple slot packets. The offset value is attached to the end of the preceding packet.
- param soffset
integer Range: 0 to 255
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)