Toffset
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:TOFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, subpacket=Subpacket.Default) int[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:TOFFset value: int = driver.source.bb.c2K.bstation.pdChannel.subPacket.toffset.get(baseStation = repcap.BaseStation.Default, subpacket = repcap.Subpacket.Default)
Sets start of the sub packet relative to the start of the packet interval. The offset is entered in slots. Sub packet 1 has offset 0. The value range for the individual subpackets depends on the settings of the other subpackets. The time slot offsets of the other sub packet have to be entered in ascending order. Also, two packets cannot be sent at the same time. In total the maximum value depends on the selected packet interval and the number of slots per sub packet as follows: Packet Interval/1.25 ms - Number of Slots per Subpacket.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
subpacket – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubPacket’)
- Returns:
toffset: integer Range: 0 to max
- set(toffset: int, baseStation=BaseStation.Default, subpacket=Subpacket.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:TOFFset driver.source.bb.c2K.bstation.pdChannel.subPacket.toffset.set(toffset = 1, baseStation = repcap.BaseStation.Default, subpacket = repcap.Subpacket.Default)
Sets start of the sub packet relative to the start of the packet interval. The offset is entered in slots. Sub packet 1 has offset 0. The value range for the individual subpackets depends on the settings of the other subpackets. The time slot offsets of the other sub packet have to be entered in ascending order. Also, two packets cannot be sent at the same time. In total the maximum value depends on the selected packet interval and the number of slots per sub packet as follows: Packet Interval/1.25 ms - Number of Slots per Subpacket.
- Parameters:
toffset – integer Range: 0 to max
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
subpacket – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubPacket’)