Saves all the configured methods in the RFmx session to a file in the specified file path. Use this method to save the current state of the RFmx session. On a MIMO session, this method saves all the configured methods for the specified MIMO port.
List configurations, reference waveforms and external attenuation tables are not saved by this method.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int SaveAllConfigurations(string filePath)

Parameters

NameTypeDescription
filePathstring

Specifies the complete path to the file to which the configurations are to be saved. Default file extension: .rfmxconfig

Returns

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