IviRFSigGen_ConfigurePulseInternalTrigger

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigurePulseInternalTrigger

IviRFSigGenPulseGenerator Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigurePulseInternalTrigger (ViSession vi, ViReal64 period);

Purpose

This function specifies the time period (repetition rate) of the pulse generator when using the internal trigger (free run) mode.

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

period ViReal64 Specifies the period of the pulse generator output signal when the attribute IVIRFSIGGEN_ATTR_PULSE_TRIGGER_SOURCE is set to Internal. The driver uses this value to set the IVIRFSIGGEN_ATTR_PULSE_INTERNAL_TRIGGER_PERIOD attribute.

Units: Seconds

Default Value: 1.0 ms

Return Values