RFmx VNA DotNET

Table of Contents

RFmxVnaMX.ClearCalset Method

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

RFmxVnaMXClearCalset Method

Deletes the specified calset.
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, in memory calset of default signal instance will be deleted if active on the signal. If you do not specify Calset Name but specify signal name in Selector String, the in memory calset of the specified signal instance will be deleted if active on the signal. If you specify only Calset Name, the global calset with the specified calset name will be deleted.

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 ClearCalset(
	string selectorString,
	string calsetName
)
Public Function ClearCalset ( 
	selectorString As String,
	calsetName 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.

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