IviSpecAn_ConfigureConversionLossTableEnabled

CVI/LabWindows IVI Class Driver

IviSpecAn_ConfigureConversionLossTableEnabled

IviSpecAnExternalMixer Capability Group

C Function Prototype

ViStatus IviSpecAn_ConfigureConversionLossTableEnabled (ViSession vi, ViBoolean conversionLossTableEnabled);

Purpose

This function enables the conversion loss table.

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

conversionLossTableEnabled ViBoolean Specify whether the conversion loss table is enabled. The driver uses this value to set the IVISPECAN_ATTR_EXTERNAL_MIXER_CONVERSION_LOSS_TABLE_ENABLED attribute.

Valid Values: VI_TRUE; VI_FALSE

Default Value: VI_FALSE

Return Values