IviSpecAn_ConfigureExternalMixer

CVI/LabWindows IVI Class Driver

IviSpecAn_ConfigureExternalMixer

IviSpecAnExternalMixer Capability Group

C Function Prototype

ViStatus IviSpecAn_ConfigureExternalMixer (ViSession vi, ViInt32 harmonic, ViReal64 averageConversionLoss);

Purpose

This function specifies the mixer harmonic and average conversion loss.

Parameters

Name Type Description
vi ViSession The ViSession handle that you obtain from the IviSpecAn_init or IviSpecAn_InitWithOptions function. The handle identifies a particular instrument session.

Default Value: None

harmonic ViInt32 Specifies the order n of the harmonic used for conversion. The driver sets the IVISPECAN_ATTR_EXTERNAL_MIXER_HARMONIC attribute to this value.

Default Value: 0

averageConversionLoss ViReal64 Specifies the average conversion loss. The driver sets the IVISPECAN_ATTR_EXTERNAL_MIXER_AVERAGE_CONVERSION_LOSS to this value.

Default Value: 0.0

Return Values