Mode

SCPI Command :

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

Selects the capture mode for combined measurements. Prerequisites for this command

  • Measure the EVM only:

  • method RsFsw.applications.k14Xnr5G.configure.nr5G.aclr.set() = OFF

  • method RsFsw.applications.k14Xnr5G.configure.nr5G.sem.set() = OFF

  • method RsFsw.applications.k14Xnr5G.configure.nr5G.evm.set() = ON

Returns:

mode: AUTO Captures and analyzes the complete signal. TX Captures and analyzes the Tx channel only.

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

Selects the capture mode for combined measurements. Prerequisites for this command

  • Measure the EVM only:

  • method RsFsw.applications.k14Xnr5G.configure.nr5G.aclr.set() = OFF

  • method RsFsw.applications.k14Xnr5G.configure.nr5G.sem.set() = OFF

  • method RsFsw.applications.k14Xnr5G.configure.nr5G.evm.set() = ON

Parameters:

mode – AUTO Captures and analyzes the complete signal. TX Captures and analyzes the Tx channel only.