IviRFSigGen_SelectList
IviRFSigGenList Capability Group
C Function Prototype
ViStatus IviRFSigGen_SelectList (ViSession vi, ViConstString name);
Purpose
This function sets a named list to be the active list. Create list names using the following functions: IviRFSigGen_CreateFrequencyList, IviRFSigGen_CreatePowerList, or IviRFSigGen_CreateFrequencyPowerList.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | The ViSession handle that you obtain from the IviRFSigGen_init or IviRFSigGen_InitWithOptions function. The handle identifies a particular instrument session. Default Value: None |
name | ViConstString | Specify the name of the list to make this list active. The name must be one of the lists created. The driver uses this value to set the IVIRFSIGGEN_ATTR_LIST_SELECTED_NAME attribute. Default Value: "" |