RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CalkitManagerCalkitSetVersion Method

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

RFmxVnaMXCalkitManagerCalkitSetVersion Method

Sets the version string for 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 int CalkitManagerCalkitSetVersion(
	string selectorString,
	string calkitVersion
)
Public Function CalkitManagerCalkitSetVersion ( 
	selectorString As String,
	calkitVersion As String
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of the Calkit ID.
Example:
"ckit::MyCkitID"
You can use the BuildCalkitString(String, String) method to build the selector string.
calkitVersion  String
Specifies the version string of the Calkit.

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