IviSpecAn_ConfigureExternalMixerNumberOfPorts

CVI/LabWindows IVI Class Driver

IviSpecAn_ConfigureExternalMixerNumberOfPorts

IviSpecAnExternalMixer Capability Group

C Function Prototype

ViStatus IviSpecAn_ConfigureExternalMixerNumberOfPorts (ViSession vi, ViInt32 numberofPorts);

Purpose

This function specifies the number of external mixer ports.

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

numberofPorts ViInt32 Specify the number of mixer ports. The driver sets the IVISPECAN_ATTR_EXTERNAL_MIXER_NUMBER_OF_PORTS attribute to this value.

Default Value: 2

Return Values