Harmonic

SCPI Commands

SENSe:CORRection:CVL:HARMonic
class HarmonicCls[source]

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

get(harmonic: float) float[source]
# SCPI: [SENSe]:CORRection:CVL:HARMonic
value: float = driver.applications.k50Spurious.sense.correction.cvl.harmonic.get(harmonic = 1.0)

This command defines the harmonic order for which the conversion loss table is to be used. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect. This command is only available with option B21 (External Mixer) installed.

param harmonic

Range: 2 to 65

return

harmonic: No help available

set(harmonic: float) None[source]
# SCPI: [SENSe]:CORRection:CVL:HARMonic
driver.applications.k50Spurious.sense.correction.cvl.harmonic.set(harmonic = 1.0)

This command defines the harmonic order for which the conversion loss table is to be used. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect. This command is only available with option B21 (External Mixer) installed.

param harmonic

Range: 2 to 65