Phbpsk
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:BWPart:PUCCh:PHBPsk
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bwp: BandwidthPart, carrierComponent=CarrierComponent.Nr1) bool[source]
# 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.
- Parameters:
bwp – BWP0
carrierComponent – optional repeated capability selector. Default value: Nr1
- Returns:
pi_half_pbsk: OFF | ON
- set(bwp: BandwidthPart, pi_half_pbsk: bool, carrierComponent=CarrierComponent.Nr1) None[source]
# 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.
- Parameters:
bwp – BWP0
pi_half_pbsk – OFF | ON
carrierComponent – optional repeated capability selector. Default value: Nr1