RFmx VNA C

Table of Contents

RFmxVNA_CalkitManagerCalkitCalibrationElementGetSParameterDefinition

  • Updated2024-10-21
  • 1 minute(s) read

RFmxVNA_CalkitManagerCalkitCalibrationElementGetSParameterDefinition

int32 __stdcall RFmxVNA_CalkitManagerCalkitCalibrationElementGetSParameterDefinition (niRFmxInstrHandle instrumentHandle, char selectorString[], int32* sParameterDefinition);

Purpose

Returns the S-Parameter definition of the Calibration Element.

Parameters

Input
Name Type Description
instrumentHandle niRFmxInstrHandle Specifies the RFmx session refnum.
selectorString char[] Specifies the selector string created by this function. The selector string comprises of the Calkit ID and the Calibration Element ID.
Example:
"ckit::MyCkitID/calel::MyCalelID"
You can use the RFmxVNA_CalkitManagerBuildCalkitCalibrationElementString function to build the selector string.
Output
Name Type Description
sParameterDefinition int32* Returns the S-Parameter definition of the Calibration Element.

Return Value

Name Type Description
status int32 Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred.

To obtain a text description of the status code and additional information about the error condition, call the RFmxVNA_GetError function.

The general meaning of the status code is as follows:

Value Meaning
0 Success
Positive Values Warnings
Negative Values Errors

Log in to get a better experience