TypePy

SCPI Command :

[SENSe]:MIXer:HARMonic:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.OddEven[source]
# SCPI: [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.

return

odd_even: ODD | EVEN | EODD ODD | EVEN | EODD

set(odd_even: RsFsw.enums.OddEven) None[source]
# SCPI: [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.

param odd_even

ODD | EVEN | EODD ODD | EVEN | EODD