Nopd

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:NOPD
class NopdCls[source]

Nopd commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:NOPD
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.nopd.get(carrierComponent = repcap.CarrierComponent.Default)

Sets the number of PDCCHs.

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

quantity: numeric value

set(quantity: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:NOPD
driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.nopd.set(quantity = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Sets the number of PDCCHs.

param quantity

numeric value

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)