IviRFSigGen_ConfigureFrequencySweepTime

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigureFrequencySweepTime

IviRFSigGenFrequencySweep Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigureFrequencySweepTime (ViSession vi, ViReal64 time);

Purpose

This function configures the duration of one frequency sweep.

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

time ViReal64 Specifies the duration of one sweep from start to stop frequency. The driver uses this value to set the IVIRFSIGGEN_ATTR_FREQUENCY_SWEEP_TIME attribute.

Units: Seconds

Default Value: 1.0 s

Return Values