TypePy
SCPI Command :
[SENSe]:MIXer:HARMonic:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() OddEven[source]
# [SENSe]:MIXer:HARMonic:TYPE value: enums.OddEven = driver.sense.mixer.harmonic.typePy.get()
Specifies whether the harmonic order to be used should be odd, even, or both. Which harmonics are supported depends on the mixer type.
- Returns:
odd_even: ODD | EVEN | EODD ODD | EVEN | EODD
- set(odd_even: OddEven) None[source]
# [SENSe]:MIXer:HARMonic:TYPE driver.sense.mixer.harmonic.typePy.set(odd_even = enums.OddEven.EODD)
Specifies whether the harmonic order to be used should be odd, even, or both. Which harmonics are supported depends on the mixer type.
- Parameters:
odd_even – ODD | EVEN | EODD ODD | EVEN | EODD