State
SCPI Command :
[SENSe]:MIXer:HARMonic:HIGH:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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.
- Returns:
state: ON | OFF
- set(state: bool) None[source]
# [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.
- Parameters:
state – ON | OFF