www.vtiinstruments.com
EX1629 Command Set
269
E
XAMPLE
ViSession master_instrumentHandle;
ViSession slave_instrumentHandle;
ViStatus status;
…
/*
portion of configuring a master instrument for distribution of clock and sync
signals (LXI0, LXI1) for a master/slave configuration */
status = vtex1629_set_lxibus_configuration(master_instrumentHandle,
VTEX1629_LXI_LINE_ZERO,
VTEX1629_LXI_OUTPUT,
VTEX1629_LXI_INTERNAL_EXTERNAL);
status = vtex1629_set_lxibus_configuration(master_instrumentHandle,
VTEX1629_LXI_LINE_ONE,
VTEX1629_LXI_OUTPUT,
VTEX1629_LXI_INTERNAL_EXTERNAL);
/* portion of configuring a slave instrument for distribution of clock and sync
signals (LXI0, LXI1) for a master/slave configuration */
status = vtex1629_set_lxibus_configuration(slave_instrumentHandle,
VTEX1629_LXI_LINE_ZERO,
VTEX1629_LXI_INPUT,
VTEX1629_LXI_INTERNAL_EXTERNAL);
status = vtex1629_set_lxibus_configuration(slave_instrumentHandle,
VTEX1629_LXI_LINE_ONE,
VTEX1629_LXI_INPUT,
VTEX1629_LXI_INTERNAL_EXTERNAL);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...