IviSpecAn_ConfigureExternalMixerBias

CVI/LabWindows IVI Class Driver

IviSpecAn_ConfigureExternalMixerBias

IviSpecAnExternalMixer Capability Group

C Function Prototype

ViStatus IviSpecAn_ConfigureExternalMixerBias (ViSession vi, ViReal64 bias, ViReal64 biasLimit);

Purpose

This function configures the external mixer bias and the external mixer bias limit.

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

bias ViReal64 Specifies the bias current. The driver uses this value to set the IVISPECAN_ATTR_EXTERNAL_MIXER_BIAS attribute.

Units: Amps

Default Value: 0.0

biasLimit ViReal64 Specifies the bias current limit. The driver uses this value to set the IVISPECAN_ATTR_EXTERNAL_MIXER_BIAS_LIMIT attribute.

Units: Amps

Default Value: 0.0

Return Values