State
SCPI Command :
[SENSe]:MIXer:HARMonic:HIGH:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:MIXer:HARMonic:HIGH:STATe value: bool = driver.applications.k70Vsa.sense.mixer.harmonic.high.state.get()
Specifies whether a second (high) harmonic is to be used to cover the band’s frequency range.
- return
state: ON | OFF
- set(state: bool) None [source]
# SCPI: [SENSe]:MIXer:HARMonic:HIGH:STATe driver.applications.k70Vsa.sense.mixer.harmonic.high.state.set(state = False)
Specifies whether a second (high) harmonic is to be used to cover the band’s frequency range.
- param state
ON | OFF