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

NameTypeDescription
channelNamestring

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

valueRFmxInstrMXLoadOptions[]

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.