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.k40PhaseNoise.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

arg_0: No help available

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

No help available