Toffset
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:TOFFset
- class ToffsetCls[source]
Toffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, subpacket=Subpacket.Default) int [source]
# SCPI: [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.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param subpacket
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubPacket’)
- return
toffset: integer Range: 0 to max
- set(toffset: int, baseStation=BaseStation.Default, subpacket=Subpacket.Default) None [source]
# SCPI: [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.
- param toffset
integer Range: 0 to max
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param subpacket
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubPacket’)