High
SCPI Command :
[SENSe]:MIXer:HARMonic:HIGH
- class HighCls[source]
- High commands group definition. 2 total commands, 1 Subgroups, 1 group commands - get() float[source]
- # SCPI: [SENSe]:MIXer:HARMonic:HIGH value: float = driver.sense.mixer.harmonic.high.get() - No command help available - return
- freq_high: No help available 
 
 - set(freq_high: float) None[source]
- # SCPI: [SENSe]:MIXer:HARMonic:HIGH driver.sense.mixer.harmonic.high.set(freq_high = 1.0) - No command help available - param freq_high
- No help available 
 
 
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.mixer.harmonic.high.clone()
Subgroups