RFmx VNA DotNET

Table of Contents

RFmxVnaMX.GetAllCalsetNames Method

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

RFmxVnaMXGetAllCalsetNames Method

Returns all the global Calset Names

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 GetAllCalsetNames(
	string selectorString,
	ref string[] calsetNames
)
Public Function GetAllCalsetNames ( 
	selectorString As String,
	ByRef calsetNames As String()
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of the signal name. If you do not specify the signal name, the default signal instance is used.
calsetNames  String
Returns all the calset names from the global calsets.

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