Cid
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PLC:CID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PLC:CID value: float = driver.applications.k10Xlte.configure.lte.downlink.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 defines 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[:LTE]:DL[:CC<cc>]:PLC:CID driver.applications.k10Xlte.configure.lte.downlink.cc.plc.cid.set(cell_id = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the cell ID.
- Parameters:
cell_id – AUTO Automatically defines 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’)