CtMode

SCPI Command :

[SENSe]:SWEep:CTMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() AutoManualMode[source]
# [SENSe]:SWEep:CTMode
value: enums.AutoManualMode = driver.applications.k14Xnr5G.sense.sweep.ctMode.get()

Selects the capture mode. Prerequisites for this command

  • Select FR2-2 (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.set() ) .

Returns:

mode: AUTO Automatic determination of the capture time. MANual Manual definition of the capture time. Define the capture time with method RsFsw.sense.sweep.time.set() .

set(mode: AutoManualMode) None[source]
# [SENSe]:SWEep:CTMode
driver.applications.k14Xnr5G.sense.sweep.ctMode.set(mode = enums.AutoManualMode.AUTO)

Selects the capture mode. Prerequisites for this command

  • Select FR2-2 (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.set() ) .

Parameters:

mode – AUTO Automatic determination of the capture time. MANual Manual definition of the capture time. Define the capture time with method RsFsw.sense.sweep.time.set() .