IVI Compliance Package

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

IviUpconverter_CreateFrequencyPowerList

ViStatus IviUpconverter_CreateFrequencyPowerList (ViSession instrumentHandle, ViChar _VI_FAR name[], ViInt32 bufferSize, ViReal64 _VI_FAR frequency[], ViReal64 _VI_FAR power[]);

Purpose

This function creates a named list of frequency and power value pairs.

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 list to create.
Default Value: ""
bufferSize ViInt32 Specifies the number of frequency and power value pairs.
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 bufferSize parameter.
Units: Hertz
power ViReal64[] Specifies the array of power values to become elements of the list. The array must have at least as many elements as the value in the bufferSize parameter.
Units: dBm

Return Values

Log in to get a better experience