Cid

SCPI Command :

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

Defines the cell ID.

Parameters:

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

Returns:

cell_id: AUTO Automatically determines the cell ID. numeric value (integer only) Number of the cell ID. Range: 0 to 503

set(cell_id: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PLC:CID
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.plc.cid.set(cell_id = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the cell ID.

Parameters:
  • cell_id – AUTO Automatically determines the cell ID. numeric value (integer only) Number of the cell ID. Range: 0 to 503

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