IVI Compliance Package

Table of Contents
  • IVI Compliance Package
  • IVI Driver Help Introduction
  • IVI Class Driver Help

IviUpconverter_CreateGainList

ViStatus IviUpconverter_CreateGainList (ViSession instrumentHandle, ViChar _VI_FAR name[], ViInt32 gainBufferSize, ViReal64 _VI_FAR gain[]);

Purpose

This function creates a named list of gain values.

Parameters

Input
Name Type Description
instrumentHandle ViSession The ViSession handle that you obtain from the IviUpconverter_init or IviUpconverter_InitWithOptions function.  The handle identifies a particular instrument session.
Default Value:  None
name ViChar[] Specifies the name of the gain list to create.
Default Value: ""
gainBufferSize ViInt32 Specifies the number of gains in the gain list.
Default Value: 0
gain ViReal64[] Specifies the array of gain values to become elements of the list. The array must have at least as many elements as the value in the gainBufferSize parameter.
Units: dB

Return Values

Log in to get a better experience