IviRFSigGen_ConfigureCDMAClockSource

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigureCDMAClockSource

IviRFSigGenCDMABase Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigureCDMAClockSource (ViSession vi, ViInt32 source);

Purpose

This function configures the CDMA clock source.

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

source ViInt32 Specifies the source of the clock signal used to generate the digital modulation according to the selected standard. The driver uses this value to set the IVIRFSIGGEN_ATTR_CDMA_CLOCK_SOURCE attribute.

Defined Values:
IVIRFSIGGEN_VAL_CDMA_CLOCK_SOURCE_INTERNAL
- The internal clock generator is used.

IVIRFSIGGEN_VAL_CDMA_CLOCK_SOURCE_EXTERNAL
- A connected external clock generator (bit or symbol clock frequency) is used.

Default Value:
IVIRFSIGGEN_VAL_CDMA_CLOCK_SOURCE_INTERNAL

Return Values