Nprb
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:NPRB
- class NprbCls[source]
Nprb commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
resource_blocks: 0 | 2 | 4 | 8 When you select ‘0’, the EPDCCH i not active.
- set(resource_blocks: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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.
- param resource_blocks
0 | 2 | 4 | 8 When you select ‘0’, the EPDCCH i not active.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)