SetLoadOptions(string, RFmxInstrMXLoadOptions[])
- Updated2025-10-13
- 1 minute(s) read
Specifies the configurations to skip while loading from a file using the LoadConfigurations(string) method
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int SetLoadOptions(string channelName, RFmxInstrMXLoadOptions[] value)
Remarks
This method sets the value of LoadOptions attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Specifies the port number. |
| value | RFmxInstrMXLoadOptions[] | Specifies the configurations to skip while loading from a file using the LoadConfigurations(string) method |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.