Rpool
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:RPOol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class RpoolStruct[source]
Response structure. Fields:
1 No_Rbs: int: Number of RBs in the resource pool (subset of BWP0) .
2 Start_Rb: int: Index of the first RB in the resource pool.
3 Sub_Chan_Size: enums.SubChanSize: Number of RBs per subchannel of the resource pool.
4 No_Sub_Chans: int: Number of subchannels in the resource pool.
- get(carrierComponentOne=CarrierComponentOne.Nr1) RpoolStruct[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:RPOol value: RpoolStruct = driver.configure.nrSubMeas.cc.rpool.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures basic properties of the resource pool.
- Parameters:
carrierComponentOne – optional repeated capability selector. Default value: Nr1
- Returns:
structure: for return value, see the help for RpoolStruct structure arguments.
- set(no_rbs: int, start_rb: int, sub_chan_size: SubChanSize, no_sub_chans: int, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:RPOol driver.configure.nrSubMeas.cc.rpool.set(no_rbs = 1, start_rb = 1, sub_chan_size = enums.SubChanSize.RB10, no_sub_chans = 1, carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures basic properties of the resource pool.
- Parameters:
no_rbs – Number of RBs in the resource pool (subset of BWP0) .
start_rb – Index of the first RB in the resource pool.
sub_chan_size – Number of RBs per subchannel of the resource pool.
no_sub_chans – Number of subchannels in the resource pool.
carrierComponentOne – optional repeated capability selector. Default value: Nr1