Harmonics

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:HARMonics:PRESet
class HarmonicsCls[source]

Harmonics commands group definition. 6 total commands, 5 Subgroups, 1 group commands

preset(window=Window.Default, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:HARMonics:PRESet
driver.calculate.marker.function.harmonics.preset(window = repcap.Window.Default, marker = repcap.Marker.Default)

Initiates a measurement to determine the ideal configuration for the harmonic distortion measurement. The method depends on the span.

INTRO_CMD_HELP: In Spectrum mode only:

  • Frequency domain (span > 0) Frequency and level of the first harmonic are determined and used for the measurement list.

  • Time domain (span = 0) The level of the first harmonic is determined. The frequency remains unchanged.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

preset_with_opc(window=Window.Default, marker=Marker.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calculate.marker.function.harmonics.clone()

Subgroups