Psetup
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:PSETup
- class PsetupCls[source]
Psetup commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:PSETup value: bool = driver.source.bb.c2K.bstation.pdChannel.psetup.get(baseStation = repcap.BaseStation.Default)
Selects for F-PDCH if all subpackets are generated using the same settings or if the settings of subchannel 1 are valid for all sub channels. However, the value of ‘Number of Bits per Encoder Packet’ is a quality of the complete encoder packet, therefore it is always set for all sub packet channels via the entry for sub channel 1.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- return
psetup: 1| ON| 0| OFF ON Packet parameters can be changed only for sub packet 1, all sub packets are generated with these settings. OFF Packet parameters can be set individually for each sub packet.
- set(psetup: bool, baseStation=BaseStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:PSETup driver.source.bb.c2K.bstation.pdChannel.psetup.set(psetup = False, baseStation = repcap.BaseStation.Default)
Selects for F-PDCH if all subpackets are generated using the same settings or if the settings of subchannel 1 are valid for all sub channels. However, the value of ‘Number of Bits per Encoder Packet’ is a quality of the complete encoder packet, therefore it is always set for all sub packet channels via the entry for sub channel 1.
- param psetup
1| ON| 0| OFF ON Packet parameters can be changed only for sub packet 1, all sub packets are generated with these settings. OFF Packet parameters can be set individually for each sub packet.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)