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

type_py: No help available

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

No help available