NoCc

SCPI Command :

CONFigure[:NR5G]:NOCC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# CONFigure[:NR5G]:NOCC
value: float = driver.applications.k14Xnr5G.configure.nr5G.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 ‘Component carrier configuration’.

set(carrier: float) None[source]
# CONFigure[:NR5G]:NOCC
driver.applications.k14Xnr5G.configure.nr5G.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 ‘Component carrier configuration’.