Value

SCPI Command :

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

Specifies the harmonic order to be used for the high (second) range.

set(freq_high: float) None[source]
# [SENSe]:MIXer:HARMonic:HIGH[:VALue]
driver.applications.k9X11Ad.sense.mixer.harmonic.high.value.set(freq_high = 1.0)

Specifies the harmonic order to be used for the high (second) range.