Value

SCPI Commands

SENSe:MIXer:HARMonic:HIGH:VALue
class ValueCls[source]

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

get() float[source]
# SCPI: [SENSe]:MIXer:HARMonic:HIGH[:VALue]
value: float = driver.applications.k50Spurious.sense.mixer.harmonic.high.value.get()

This command specifies the harmonic order to be used for the high (second) range.

return

freq_high: No help available

set(freq_high: float) None[source]
# SCPI: [SENSe]:MIXer:HARMonic:HIGH[:VALue]
driver.applications.k50Spurious.sense.mixer.harmonic.high.value.set(freq_high = 1.0)

This command specifies the harmonic order to be used for the high (second) range.

param freq_high

No help available