Low
SCPI Command :
[SENSe]:MIXer:HARMonic[:LOW]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:MIXer:HARMonic[:LOW] value: float = driver.sense.mixer.harmonic.low.get()
Specifies the harmonic order to be used for the low (first) range.
- Returns:
harm_order: Range: 2 to 128 (USER band) ; for other bands: see band definition
- set(harm_order: float) None[source]
# [SENSe]:MIXer:HARMonic[:LOW] driver.sense.mixer.harmonic.low.set(harm_order = 1.0)
Specifies the harmonic order to be used for the low (first) range.
- Parameters:
harm_order – Range: 2 to 128 (USER band) ; for other bands: see band definition