IviRFSigGen_SetActiveLFGenerator

CVI/LabWindows IVI Class Driver

IviRFSigGen_SetActiveLFGenerator

IviRFSigGenLFGenerator Capability Group

C Function Prototype

ViStatus IviRFSigGen_SetActiveLFGenerator (ViSession vi, ViConstString activeLFGenerator);

Purpose

This function selects one of the available LF generator sources, and makes it the active LFGenerator.

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

activeLFGenerator ViConstString Specifies the LF generator which is currently active. The values for this arttribute correspond to the LFGenerator repeated capability. The driver uses this value to set the IVIRFSIGGEN_ATTR_ACTIVE_LF_GENERATOR attribute.

Default Value: ""

Return Values