N1Cs
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:N1CS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:N1CS value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.n1Cs.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the N(1) _cs of the PUCCH.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
value: numeric value (integer only)
- set(value: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:N1CS driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.n1Cs.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the N(1) _cs of the PUCCH.
- Parameters:
value – numeric value (integer only)
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)