Soffset

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:PACKet:SOFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) int[source]
# [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.

Parameters:

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

Returns:

soffset: integer Range: 0 to 255

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

Parameters:
  • soffset – integer Range: 0 to 255

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