Harmonic

SCPI Command :

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

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

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

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. Is only available with option B21 (External Mixer) installed.

return

harm_order: Range: 2 to 65

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

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. Is only available with option B21 (External Mixer) installed.

param harm_order

Range: 2 to 65