Specifies the configurations to skip while loading from a file using the LoadConfigurations(string) method

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int GetLoadOptions(string channelName, ref RFmxInstrMXLoadOptions[] value)

Remarks

This method gets the value of LoadOptions attribute.

Parameters

NameTypeDescription
channelNamestring

Specifies the port number.
Example: "port0".
You can use the BuildPortString2(string, string, string, int) method to build the selector string.

valueref 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.