Mode
SCPI Command :
[SENSe]:SWEep:STATistics:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SweepStatisticMode [source]
# SCPI: [SENSe]:SWEep:STATistics:MODE value: enums.SweepStatisticMode = driver.applications.k18AmplifierEt.sense.sweep.statistics.mode.get()
Sets and queries the statistics mode.
- return
state: IQAVeraging | TRACe
- set(state: RsFsw.enums.SweepStatisticMode) None [source]
# SCPI: [SENSe]:SWEep:STATistics:MODE driver.applications.k18AmplifierEt.sense.sweep.statistics.mode.set(state = enums.SweepStatisticMode.IQAVeraging)
Sets and queries the statistics mode.
- param state
IQAVeraging | TRACe