LoadDataToMeasurementMemoryFromFile(string, string, string, string)
- Updated2025-10-13
- 1 minute(s) read
Loads the data from the input file to the measurement memory specified by the Selector String.
This method will overwrite the contents of the measurement memory if it already exists.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int LoadDataToMeasurementMemoryFromFile(string selectorString, string filePath, string parameter, string measurementMemoryName)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of the measurement number. You must specify the measurement number. |
| filePath | string | Specifies the path to the file that contains the measurement data. |
| parameter | string | Specifies the measurement parameter to load from the file. |
| measurementMemoryName | string | Measurement Memory Name specifies the name to associate with the data you load to the measurement memory. Provide a unique name. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.