CtMode
SCPI Command :
[SENSe]:SWEep:CTMode
- class CtModeCls[source]
CtMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.AutoManualMode [source]
# SCPI: [SENSe]:SWEep:CTMode value: enums.AutoManualMode = driver.applications.k14Xnr5G.sense.sweep.ctMode.get()
- Selects the capture mode.
INTRO_CMD_HELP: Prerequisites for this command
Select FR2-2 (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.DfRange.set) .
- return
mode: AUTO Automatic determination of the capture time. MANual Manual definition of the capture time. Define the capture time with [SENSe:]SWEep:TIME.
- set(mode: RsFsw.enums.AutoManualMode) None [source]
# SCPI: [SENSe]:SWEep:CTMode driver.applications.k14Xnr5G.sense.sweep.ctMode.set(mode = enums.AutoManualMode.AUTO)
- Selects the capture mode.
INTRO_CMD_HELP: Prerequisites for this command
Select FR2-2 (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.DfRange.set) .
- param mode
AUTO Automatic determination of the capture time. MANual Manual definition of the capture time. Define the capture time with [SENSe:]SWEep:TIME.