RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CalsetSaveToFile Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxVnaMX.CalsetSaveToFile Method

RFmxVnaMXCalsetSaveToFile Method

Saves the error-correction terms to a calset file (*.ncst). You can call this method only after you call CalibrationSave(String, String) method.
You cannot specify both signal name in Selector String and Calset Name together.
If you do not specify both signal name in Selector String and Calset Name, the error term will be saved to specified file from in memory calset of default signal instance. If you do not specify Calset Name but specify signal name in Selector String, the error term will be saved to specified file from in memory calset of the specified signal instance. If you specify only Calset Name, the error term will be saved to specified file from the global calset with the specified calset name.

Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int CalsetSaveToFile(
	string selectorString,
	string calsetName,
	string calsetFilePath
)
Public Function CalsetSaveToFile ( 
	selectorString As String,
	calsetName As String,
	calsetFilePath As String
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
calsetName  String
Specifies the name of the calset.
calsetFilePath  String
Specifies the absolute path to the calset file (*.ncst). If the path you specified does not end with '.ncst' file extension, then RFmx automatically adds the extension before saving the file to disk. If the path you specify points to an already existing calset file, then RFmx overwrites that file without warning.

Return Value

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

See Also

Log in to get a better experience