CsCapture

SCPI Command :

CONFigure[:NR5G]:CSCapture
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SweepMode[source]
# CONFigure[:NR5G]:CSCapture
value: enums.SweepMode = driver.applications.k14Xnr5G.configure.nr5G.csCapture.get()

Selects the capture mode for measurements on multiple component carriers.

Returns:

mode: AUTO Automatically selects the number of component carriers that can be analyzed in a single capture. If there are more carriers than can be analyzed in a single measurement, the other carriers are analyzed in subsequent measurements. SINGle Capture each component carrier subsequently in individual measurements.

set(mode: SweepMode) None[source]
# CONFigure[:NR5G]:CSCapture
driver.applications.k14Xnr5G.configure.nr5G.csCapture.set(mode = enums.SweepMode.AUTO)

Selects the capture mode for measurements on multiple component carriers.

Parameters:

mode – AUTO Automatically selects the number of component carriers that can be analyzed in a single capture. If there are more carriers than can be analyzed in a single measurement, the other carriers are analyzed in subsequent measurements. SINGle Capture each component carrier subsequently in individual measurements.