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.applications.k70Vsa.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

value: No help available

set(value: RsFsw.enums.OddEven) None[source]
# SCPI: [SENSe]:MIXer:HARMonic:TYPE
driver.applications.k70Vsa.sense.mixer.harmonic.typePy.set(value = 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 value

No help available