Detection

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PLC:DETection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) AutoManualMode[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PLC:DETection
value: enums.AutoManualMode = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.plc.detection.get(carrierComponent = repcap.CarrierComponent.Default)

Turns automatic detection of the cell ID on and off. Prerequisites for this command

  • Turn on auto demodulation (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.detection.set() ) .

  • Turn on transform precoding (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.tpRecoding.set() ) .

Parameters:

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

Returns:

detection: AUTO Auto detection of cell ID. MANual Manual entry of cell ID (method RsFsw.applications.k10Xlte.configure.lte.uplink.cc.plc.cid.set() ) .

set(detection: AutoManualMode, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PLC:DETection
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.plc.detection.set(detection = enums.AutoManualMode.AUTO, carrierComponent = repcap.CarrierComponent.Default)

Turns automatic detection of the cell ID on and off. Prerequisites for this command

  • Turn on auto demodulation (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.detection.set() ) .

  • Turn on transform precoding (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.tpRecoding.set() ) .

Parameters:
  • detection – AUTO Auto detection of cell ID. MANual Manual entry of cell ID (method RsFsw.applications.k10Xlte.configure.lte.uplink.cc.plc.cid.set() ) .

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