IviUpconverter_CreateFrequencyList
- Updated2023-02-24
- 1 minute(s) read
ViStatus IviUpconverter_CreateFrequencyList (ViSession instrumentHandle, ViChar _VI_FAR name[], ViInt32 frequencyBufferSize, ViReal64 _VI_FAR frequency[]);
Purpose
This function creates a named list of frequency 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 frequency list to create.
Default Value: "" |
frequencyBufferSize | ViInt32 | Specifies the number of frequencies in the frequency list.
Default Value: 0 |
frequency | ViReal64[] | Specifies the array of frequency values to become elements of the list. The array must have at least as many elements as the value in the frequencyBufferSize parameter.
Units: Hertz |