IviUpconverter_CreateGainList
- Updated2023-02-24
- 1 minute(s) read
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 |