Nopd

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:NOPD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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.

Parameters:

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

Returns:

quantity: numeric value

set(quantity: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.

Parameters:
  • quantity – numeric value

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