IviSpecAn_ConfigureExternalMixerBiasEnabled

CVI/LabWindows IVI Class Driver

IviSpecAn_ConfigureExternalMixerBiasEnabled

IviSpecAnExternalMixer Capability Group

C Function Prototype

ViStatus IviSpecAn_ConfigureExternalMixerBiasEnabled (ViSession vi, ViBoolean biasEnabled);

Purpose

This function enables the external mixing bias.

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

biasEnabled ViBoolean Specifies whether external mixer bias is enabled. The driver uses this value to set the IVISPECAN_ATTR_EXTERNAL_MIXER_BIAS_ENABLED attribute.

Valid Values: VI_TRUE; VI_FALSE

Default Value: VI_FALSE

Return Values