CsCapture

SCPI Command :

CONFigure[:NR5G]:CSCapture
class CsCaptureCls[source]

CsCapture commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.SweepMode[source]
# SCPI: CONFigure[:NR5G]:CSCapture
value: enums.SweepMode = driver.applications.k14Xnr5G.configure.nr5G.csCapture.get()

Selects the capture mode for measurements on multiple component carriers.

return

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: RsFsw.enums.SweepMode) None[source]
# SCPI: CONFigure[:NR5G]:CSCapture
driver.applications.k14Xnr5G.configure.nr5G.csCapture.set(mode = enums.SweepMode.AUTO)

Selects the capture mode for measurements on multiple component carriers.

param 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.