NoCc
SCPI Command :
CONFigure[:LTE]:NOCC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# CONFigure[:LTE]:NOCC value: float = driver.applications.k10Xlte.configure.lte.noCc.get()
Selects the number of component carriers analyzed in the measurement.
- Returns:
carrier: Number of the component carriers that you would like to measure. The range depends on the measurement. For more information see ‘Carrier Aggregation’.
- set(carrier: float) None[source]
# CONFigure[:LTE]:NOCC driver.applications.k10Xlte.configure.lte.noCc.set(carrier = 1.0)
Selects the number of component carriers analyzed in the measurement.
- Parameters:
carrier – Number of the component carriers that you would like to measure. The range depends on the measurement. For more information see ‘Carrier Aggregation’.