CidGroup
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PLC:CIDGroup
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PLC:CIDGroup value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.plc.cidGroup.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the cell ID group.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
group_number: AUTO Automatic selection 0…167 (integer only) Manual selection
- set(group_number: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PLC:CIDGroup driver.applications.k10Xlte.configure.lte.downlink.cc.plc.cidGroup.set(group_number = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the cell ID group.
- Parameters:
group_number – AUTO Automatic selection 0…167 (integer only) Manual selection
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)