GetIntermodOrder(string, out int)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | 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. |
| value | out 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.