RFmx VNA DotNET

Table of Contents

RFmxVnaMX.CalkitManagerCalkitCalibrationElementReflectModelSetModelType Method

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

RFmxVnaMXCalkitManagerCalkitCalibrationElementReflectModelSetModelType Method

Specifies the model type of the 1-port reflect standard.

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 CalkitManagerCalkitCalibrationElementReflectModelSetModelType(
	string selectorString,
	RFmxVnaMXCalkitManagerCalkitCalibrationElementReflectModelType modelType
)
Public Function CalkitManagerCalkitCalibrationElementReflectModelSetModelType ( 
	selectorString As String,
	modelType As RFmxVnaMXCalkitManagerCalkitCalibrationElementReflectModelType
) As Integer

Parameters

selectorString  String
Specifies the selector string created by this method. The selector string comprises of the Calkit ID and the Calibration Element ID.
Example:
"ckit::MyCkitID/calel::MyCalelID"
You can use the BuildCalibrationElementString(String, String) method to build the selector string.
modelType  RFmxVnaMXCalkitManagerCalkitCalibrationElementReflectModelType
Specifies the model type of of the 1-port reflect standard.

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