Phbpsk

SCPI Command :

CONFigure:NRMMw: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.Default) bool[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart:PUCCh:PHBPsk
value: bool = driver.configure.nrMmwMeas.cc.bwPart.pucch.phbpsk.get(bwp = enums.BandwidthPart.BWP0, carrierComponent = repcap.CarrierComponent.Default)

Specifies whether the PUCCH in the <BWP> on carrier <no> uses π/2-BPSK modulation. For Signal Path = Network, the setting is not configurable.

param bwp:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

pi_half_bpsk: No help available

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

Specifies whether the PUCCH in the <BWP> on carrier <no> uses π/2-BPSK modulation. For Signal Path = Network, the setting is not configurable.

param bwp:

No help available

param pi_half_bpsk:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)