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.sense.mixer.harmonic.high.state.get()

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

return

freq_high: No help available

set(freq_high: bool) None[source]
# SCPI: [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.

param freq_high

No help available