IviRFSigGen_SelectArbWaveform
IviRFSigGenArbGenerator Capability Group
C Function Prototype
ViStatus IviRFSigGen_SelectArbWaveform (ViSession vi, ViConstString name);
Purpose
This function sets a named waveform to be the active waveform. Create arb waveform names using the IviRFSigGen_WriteArbWaveform function.
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 | Specifies the selected waveform from the pool of available waveforms. The driver uses this value to set the IVIRFSIGGEN_ATTR_ARB_SELECTED_WAVEFORM attribute. Default Value: "" |