RFmx VNA DotNET

Table of Contents

RFmxVnaMX.BuildCalkitString Method

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

RFmxVnaMXBuildCalkitString Method

Creates a selector string specifying the Calkit.

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 static string BuildCalkitString(
	string selectorString,
	string calkitID
)
Public Shared Function BuildCalkitString ( 
	selectorString As String,
	calkitID As String
) As String

Parameters

selectorString  String
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. Example:
"result::myresult1"
You can use the BuildResultString(String) method to build the selector string.
calkitID  String
Specifies the ID for the Calkit in Calkit Manager.

Return Value

String
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