RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CopyCalset Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxVnaMX.CopyCalset Method

RFmxVnaMXCopyCalset Method

Copies the source calset data into the new calset specified. This method will not change the source calset data.
You cannot specify both signal name in Selector String and Source Calset Name together.
If you do not specify both signal name in Selector String and Source Calset Name, calset data from in memory calset of default signal instance will be copied to New Calset. If you do not specify Source Calset Name but specify signal name in Selector String, the calset data from in memory calset of the specified signal instance will be copied to New Calset. If you specify only Source Calset Name, the calset data from the global calset with the specified Source calset name will be copied to New Calset.

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 CopyCalset(
	string selectorString,
	string sourceCalsetName,
	string newCalsetName
)
Public Function CopyCalset ( 
	selectorString As String,
	sourceCalsetName As String,
	newCalsetName As String
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
sourceCalsetName  String
Specifies the name of the source calset from which calset data will be copied.
newCalsetName  String
Specifies the name of the new calset to which calset data will be copied.

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