N1Cs
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:N1CS
- class N1CsCls[source]
N1Cs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
value: numeric value (integer only)
- set(value: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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.
- param value
numeric value (integer only)
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)