Search
SCPI Command :
CALCulate<n>:MARKer<m>:SEARch
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) MarkerRealImagB[source]
# CALCulate<n>:MARKer<m>:SEARch value: enums.MarkerRealImagB = driver.applications.k70Vsa.calculate.marker.search.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Selects the trace type a marker search is performed on.
- 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’)
- Returns:
mark_real_imag: REAL Marker search functions are performed on the real trace of the ‘I/Q’ measurement. IMAG Marker search functions are performed on the imaginary trace of the ‘I/Q’ measurement. MAGN Marker search functions are performed on the magnitude of the I and Q data.
- set(mark_real_imag: MarkerRealImagB, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:SEARch driver.applications.k70Vsa.calculate.marker.search.set(mark_real_imag = enums.MarkerRealImagB.IMAG, window = repcap.Window.Default, marker = repcap.Marker.Default)
Selects the trace type a marker search is performed on.
- Parameters:
mark_real_imag – REAL Marker search functions are performed on the real trace of the ‘I/Q’ measurement. IMAG Marker search functions are performed on the imaginary trace of the ‘I/Q’ measurement. MAGN Marker search functions are performed on the magnitude of the I and Q data.
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’)