State
SCPI Command :
[SENSe]:LIST:SWEep:COUNt:MULTiplier:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:LIST:SWEep:COUNt:MULTiplier:STATe value: bool = driver.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.state.get()
Turns a multiplier that is applied to the average count in each half decade on and off.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [SENSe]:LIST:SWEep:COUNt:MULTiplier:STATe driver.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.state.set(state = False)
Turns a multiplier that is applied to the average count in each half decade on and off.
- param state
ON | OFF | 1 | 0