High
SCPI Command :
[SENSe]:MIXer:HARMonic:HIGH
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:MIXer:HARMonic:HIGH value: float = driver.sense.mixer.harmonic.high.get()
No help available
- set(freq_high: float) None[source]
# [SENSe]:MIXer:HARMonic:HIGH driver.sense.mixer.harmonic.high.set(freq_high = 1.0)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
high_copy = driver.sense.mixer.harmonic.high.clone()
Subgroups