CidGroup

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PLC:CIDGroup
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PLC:CIDGroup
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.plc.cidGroup.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the cell identity group.

Parameters:

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

Returns:

group_number: numeric value (integer only) Range: 1 to 167

set(group_number: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PLC:CIDGroup
driver.applications.k10Xlte.configure.lte.uplink.cc.plc.cidGroup.set(group_number = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the cell identity group.

Parameters:
  • group_number – numeric value (integer only) Range: 1 to 167

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