3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
59
Python
int SD_AIN::DAQcounterRead(int DAQ);
LabVIEW
DAQcounterRead.vi
M3601A
Available: No
3. 3. 2. 21 triggerIOconfig
Configures the trigger connector/line direction and synchronization/sampling method
(
).
Parameters
Name
Description
Inputs
moduleID
(Non-object-oriented languages only) Module identifier, returned by function
direction
Input or output
syncMode
Sampling/synchronization mode
errorIn
(LabVIEW only) If it contains an error, the function will not be executed and
errorIn will be passed to errorOut
Outputs
moduleIDout
(LabVIEW only) A copy of moduleID
errorOut
Keysight SD1 Command Reference
C
int SD_AIN_triggerIOconfig(int moduleID, int direction, int syncMode);
C++
int SD_AIN::triggerIOconfig(int direction, int syncMode);
Visual Studio .NET, MATLAB
int SD_AIN::triggerIOconfig(int direction, int syncMode);