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.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.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.