Ncsc
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PRACh:NCSC
- class NcscCls[source]
Ncsc commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PRACh:NCSC value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.prach.ncsc.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the Ncs configuration for the PRACH.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
configuration: numeric value (integer only)
- set(configuration: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PRACh:NCSC driver.applications.k10Xlte.configure.lte.uplink.cc.prach.ncsc.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the Ncs configuration for the PRACH.
- param configuration
numeric value (integer only)
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)