Nrb
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:NRB
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponentOne=CarrierComponentOne.Nr1) SubChanSize[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:NRB value: enums.SubChanSize = driver.configure.nrSubMeas.cc.pscch.nrb.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Selects the number of RBs used for the PSCCH.
- Parameters:
carrierComponentOne – optional repeated capability selector. Default value: Nr1
- Returns:
no_rbs: RB10 | RB12 | RB15 | RB20 | RB25
- set(no_rbs: SubChanSize, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:NRB driver.configure.nrSubMeas.cc.pscch.nrb.set(no_rbs = enums.SubChanSize.RB10, carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Selects the number of RBs used for the PSCCH.
- Parameters:
no_rbs – RB10 | RB12 | RB15 | RB20 | RB25
carrierComponentOne – optional repeated capability selector. Default value: Nr1