Mode
SCPI Command :
[SENSe]:SWEep:MODE
- Commands in total: 1Subgroups: 0Direct 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()= OFFmethod
RsFsw.applications.k14Xnr5G.configure.nr5G.sem.set()= OFFmethod
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()= OFFmethod
RsFsw.applications.k14Xnr5G.configure.nr5G.sem.set()= OFFmethod
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.