Owner manual
5-12 IM MX190-01E
getAOPWMDataMX
Syntax
int getAOPWMDataMX(DAQMX daqmx, MXAOPWMData * pMXAOPWMData,
MXTransmit * pMXTransmit);
Declaration
Public Declare Function getAOPWMDataMX Lib "DAQMX"(ByVal daqmx
As Long, ByRef pMXAOPWMData As MXAOPWMData, ByRef pMXTransmit
As MXTransmit) As Long
Parameters
daqmx Specify the device descriptor.
pMXAOPWMData Specify the destination where the AO/PWM data is to be
returned.
pMXTransmit Specify the destination where the transmission output data is
to be returned.
Description
Gets AO/PWM data and transmission output data collectively.
• Stores retrieved data if the return destination is specified.
Return value
Returns an error number.
Error:
Not descriptor No device descriptor.
Reference
CDAQMX::getAOPWMData
CDAQMXAOPWMData::getMXAOPWMData
CDAQMXTransmit::getMXTransmit
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -