Agilent Technologies E1439 Network Card User Manual


 
180
Agilent E1439 Programmer's Reference
Functions listed alphabetically
age1439_sync_output
Selects the output for the sync signal. This description also includes the query function:
age1439_sync_output_get
VXIplug&play Syntax
#include "age1439".h
ViStatus age1439_sync_output(ViSession id,ViInt16syncOutput);
ViStatus age1439_sync_output_get(ViSession id,ViPInt16syncOutputPtr);
Note 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 which output the module should use for it’s sync signal.
Parameters
id is the VXI instrument session pointer returned by the age1439_init function.
syncOutput AGE1439_SYNC_OUT_OFF specifies no sync signal output.
AGE1439_SYNC_OUT_BOTH specifies that the sync signal be output to both the front panel
SMB sync connectors and the VXI backplane.
AGE1439_SYNC_OUT_SMB specifies that the sync signal be output to the front panel SMB
sync connectors.
AGE1439_SYNC_OUT_VXI specifies that the sync signal be output to the VXI backplane.
syncOutputPtr Returns a pointer to the current value of syncOutput.
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_sync_clock” on page 178, “age1439_sync_direction” on page 179, “Using clock and
sync” in chapter 3