Agilent Technologies E1439 manual SmbClock SmbClockPtr, Age1439smbclockoutputget

Models: E1439

1 246
Download 246 pages 11.5 Kb
Page 183
Image 183

Note

id

smbClock

smbClockPtr

Agilent E1439 Programmer's Reference

Functions listed alphabetically

age1439_smb_clock_output

Specifies which clock to output from the SMB clock connectors. This description also includes the query function:

age1439_smb_clock_output_get

VXIplug&play Syntax

#include "age1439".h

ViStatus age1439_smb_clock_output(ViSession id, ViInt16 smbClock); ViStatus age1439_smb_clock_output_get(ViSession id, ViPInt16 smbclockPtr);

This command should be used only for specialized custom clock requirements. Most useful clock setups can be supplied by age1439_clock_setup.

Description

This function selects the source of the output for the front panel SMB clock connectors.

Parameters

is the VXI instrument session pointer returned by the age1439_init function.

AGE1439_BNC_CLOCK specifies that the BNC input be output from the SMB clock connectors.

AGE1439_CLOCK_OFF specifies no output from the SMB clock connectors.

AGE1439_DIVIDED_ADC_CLOCK specifies that the divided ADC clock be output from the SMB clock connectors.

AGE1439_VXI_CLOCK specifies that the VXI clock be output from the SMB clock connectors.

Returns a pointer to the current value of smbClock.

Return Value

AGE1439_SUCCESS indicates that a function was successful.

Values other than AGE1439_SUCCESS indicate an error condition or other important status condition. To determine the error message, pass the return value to “age1439_error_message” on page 102.

See Also

“Default values” on page 201, “age1439_init” on page 132, “age1439_clock_setup” on page 78, “age1439_front_panel_clock_input” on page 131, “Using clock and sync” in chapter 3

173

Page 183
Image 183
Agilent Technologies E1439 manual SmbClock SmbClockPtr, Age1439smbclockoutputget