Nprb
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:NPRB
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:NPRB value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.nprb.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the number of resource blocks that the EPDCCH-PRB set uses.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
resource_blocks: 0 | 2 | 4 | 8 When you select ‘0’, the EPDCCH i not active.
- set(resource_blocks: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:NPRB driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.nprb.set(resource_blocks = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the number of resource blocks that the EPDCCH-PRB set uses.
- Parameters:
resource_blocks – 0 | 2 | 4 | 8 When you select ‘0’, the EPDCCH i not active.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)