Id

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:SUBPacket<DI>:ID
class IdCls[source]

Id commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseStation=BaseStation.Default, subpacket=Subpacket.Default) RsSmbv.enums.NumbersG[source]
# SCPI: [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.

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

idn: 0| 1| 2| 3 Range: 0 to 3

set(idn: RsSmbv.enums.NumbersG, baseStation=BaseStation.Default, subpacket=Subpacket.Default) None[source]
# SCPI: [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.

param idn

0| 1| 2| 3 Range: 0 to 3

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’)