RFmxInstrMX.LoadConfigurations Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Loads the methods of an RFmx session saved in a file. This file can be generated using SaveAllConfigurations(String) method or the RF Signal Analyzer panel in InstrumentStudio.
You can specify the configurations to skip while loading from a file using the LoadOptions property.
If the file contains a named signal configuration which is already present in the session, then this method will return an error. It is recommended to call the RFmxInstr Reset Entire Session method to delete all the named signal configurations in the session.
If the file contains a named signal configuration which is already present in the session, then this method will return an error. It is recommended to call the RFmxInstr Reset Entire Session method to delete all the named signal configurations in the session.
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 LoadConfigurations( string filePath )
Public Function LoadConfigurations ( filePath As String ) As Integer
Parameters
- filePath String
-
Specifies the complete path to the file from which the configurations are to be loaded.
Default file extension: .rfmxconfig
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.