State

SCPI Command :

[SENSe]:MIXer:HARMonic:HIGH:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:MIXer:HARMonic:HIGH:STATe
value: bool = driver.applications.k9X11Ad.sense.mixer.harmonic.high.state.get()

Specifies whether a second (high) harmonic is to be used to cover the band’s frequency range.

set(freq_high: bool) None[source]
# [SENSe]:MIXer:HARMonic:HIGH:STATe
driver.applications.k9X11Ad.sense.mixer.harmonic.high.state.set(freq_high = False)

Specifies whether a second (high) harmonic is to be used to cover the band’s frequency range.