Specifies the search-target. If search is successful, RFmx updates the marker X and Y values to the location at which search-target is found.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public enum RFmxVnaMXMarkerSearchMode

Members

NameValueDescription
None0

No search operation is performed.

Max1

Moves the marker to the highest measured value on the configured data source.

Min2

Moves the marker to the lowest measured value on the configured data source.

Peak3

Moves the marker to the highest peak that satisfies peak threshold and peak excursion criteria.

NextPeak4

Moves the marker to the next peak that satisfies peak threshold and peak excursion criteria.

NextLeftPeak5

Moves the marker to the next left peak that satisfies peak threshold and peak excursion criteria.

NextRightPeak6

Moves the marker to the next right peak that satisfies peak threshold and peak excursion criteria.

Target7

Moves the marker to the first right target encountered from the current marker position, wraps around if no target found. If marker mode is Discrete, marker moves to the data point closest to the first right target.

NextLeftTarget8

Moves the marker to the next left target encountered from the current marker position. If marker mode is Discrete, marker moves to the data point closest to the next left target.

NextRightTarget9

Moves the marker to the next right target encountered from the current marker position. If marker mode is Discrete, marker moves to the data point closest to the next right target.