Mode
SCPI Command :
[SENSe]:SWEep:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SweepModeD [source]
# SCPI: [SENSe]:SWEep:MODE value: enums.SweepModeD = driver.applications.k14Xnr5G.sense.sweep.mode.get()
- Selects the capture mode for combined measurements.
INTRO_CMD_HELP: Prerequisites for this command
Measure the EVM only:
Table Header:
method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Aclr.set = OFF
method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Sem.set = OFF
method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Evm.set = ON
- return
mode: AUTO Captures and analyzes the complete signal. TX Captures and analyzes the Tx channel only.
- set(mode: RsFsw.enums.SweepModeD) None [source]
# SCPI: [SENSe]:SWEep:MODE driver.applications.k14Xnr5G.sense.sweep.mode.set(mode = enums.SweepModeD.AUTO)
- Selects the capture mode for combined measurements.
INTRO_CMD_HELP: Prerequisites for this command
Measure the EVM only:
Table Header:
method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Aclr.set = OFF
method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Sem.set = OFF
method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Evm.set = ON
- param mode
AUTO Captures and analyzes the complete signal. TX Captures and analyzes the Tx channel only.