Id
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:ID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, subpacket=Subpacket.Default) NumbersG[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:ID value: enums.NumbersG = driver.source.bb.c2K.bstation.pdChannel.subPacket.id.get(baseStation = repcap.BaseStation.Default, subpacket = repcap.Subpacket.Default)
The command selects the sub packet ID for F_PDCH. The sub packet ID determines the sub packet symbol selection and selects one of four available subpackets of the encoder packets. The SPID of sub packet 1 is always 1.
- 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:
idn: 0 | 1| 2 | 3 Range: 0 to 3
- set(idn: NumbersG, baseStation=BaseStation.Default, subpacket=Subpacket.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:ID driver.source.bb.c2K.bstation.pdChannel.subPacket.id.set(idn = enums.NumbersG._0, baseStation = repcap.BaseStation.Default, subpacket = repcap.Subpacket.Default)
The command selects the sub packet ID for F_PDCH. The sub packet ID determines the sub packet symbol selection and selects one of four available subpackets of the encoder packets. The SPID of sub packet 1 is always 1.
- Parameters:
idn – 0 | 1| 2 | 3 Range: 0 to 3
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’)