Cid
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:PLC:CID
- class CidCls[source]
Cid commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:PLC:CID value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.plc.cid.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the cell ID.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
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]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:PLC:CID driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.plc.cid.set(cell_id = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the cell ID.
- param cell_id
AUTO Automatically determines the cell ID. numeric value (integer only) Number of the cell ID. Range: 0 to 503
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)