Phbpsk

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUCCh:PHBPsk
class PhbpskCls[source]

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

get(bwp: BandwidthPart, carrierComponent=CarrierComponent.Nr1) bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUCCh:PHBPsk
value: bool = driver.configure.nrSubMeas.cc.bwPart.pucch.phbpsk.get(bwp = enums.BandwidthPart.BWP0, carrierComponent = repcap.CarrierComponent.Nr1)

Specifies whether the PUCCH in the <BWP> on carrier <no> uses π/2-BPSK modulation.

param bwp:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1

return:

pi_half_pbsk: No help available

set(bwp: BandwidthPart, pi_half_pbsk: bool, carrierComponent=CarrierComponent.Nr1) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUCCh:PHBPsk
driver.configure.nrSubMeas.cc.bwPart.pucch.phbpsk.set(bwp = enums.BandwidthPart.BWP0, pi_half_pbsk = False, carrierComponent = repcap.CarrierComponent.Nr1)

Specifies whether the PUCCH in the <BWP> on carrier <no> uses π/2-BPSK modulation.

param bwp:

No help available

param pi_half_pbsk:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1