Gets the order of the intermod.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetIntermodOrder(string selectorString, out int value)

Remarks

This method gets the value of IMResultsIntermodOrder attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and ImIntermod number. Example: "ImIntermod0", "result::r1/ImIntermod0". You can use the BuildIntermodString(string, int) method to build the selector string.

valueout int

Upon return, contains the order of the intermod.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.