3 Keysight SD1 Command Reference
Name
Description
returned by function
nDAQ
DAQ number
triggerNumber
Analog trigger number
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_DAQanalogTriggerConfig (int moduleID, int nDAQ, int triggerNumber);
C++
int SD_AIN::DAQanalogTriggerConfig (int nDAQ, int triggerNumber);
Visual Studio .NET, MATLAB
int SD_AIN::DAQanalogTriggerConfig (int nDAQ, int triggerNumber);
Python
int SD_AIN::DAQanalogTriggerConfig (int nDAQ, int triggerNumber);
LabVIEW
DAQanalogTriggerConfig .vi
M3601A
Available: No
3. 3. 2. 7 DAQread
This function reads the words acquired with the selected DAQ
. It can be used only after calling the function
and when
a callback function is not configured. DAQread is a blocking function released when
the configured amount of words is acquired, or when the configured timeout elapses
(if timeout is set to ”0” , then DAQreadwaits until DAQpoints are acquired). In the
timeout elapses, there may be words available, but less than the configured amount.
44
Keysight M3100A/M3102A PXIe Digitizer User's Guide