Harmonics
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:HARMonics:PRESet
- Commands in total: 6Subgroups: 5Direct child commands: 1
- preset(window=Window.Default, marker=Marker.Default) None[source]
# 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. 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
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 copy of the original group, that exists independently
harmonics_copy = driver.calculate.marker.function.harmonics.clone()
Subgroups