RFmxInstrMX.SaveAllConfigurations Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
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.
List configurations, reference waveforms and external attenuation tables are not saved by this method.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public int SaveAllConfigurations( string filePath )
Public Function SaveAllConfigurations ( filePath As String ) As Integer
Parameters
- filePath String
-
Specifies the complete path to the file to which the configurations are to be saved.
Default file extension: .rfmxconfig
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.