2cdaqmxoutputdata::getoutputtype, Cdaqmxoutputdata::getpresetvalue, Cdaqmxoutputdata::getpulsetime – Yokogawa PC-Based MX100 User Manual
Page 200

2-177
IM MX190-01E
MX100 -Visual C++
2
CDAQMXOutputData::getOutputType
Syntax
int getOutputType(int outputNo);
Parameters
outputNo
Specify the output channel data number.
Description
Gets the output type of the specified data number from the data member.
If it does not exist, “No output” is returned.
Return value
Returns the output type.
Reference
getMXOutput
CDAQMXOutputData::getPresetValue
Syntax
int getPresetValue(int outputNo);
Parameters
outputNo
Specify the output channel data number.
Description
Gets the value when the selected value that indicates the specified data number is
the “Specified value” from the data member.
Returns 0 if it does not exist.
Return value
Returns the value if the selected value is the “specified value.”
Reference
getMXOutput
CDAQMXOutputData::getPulseTime
Syntax
int getPulseTime(int outputNo);
Parameters
outputNo
Specify the output channel data number.
Description
Gets the integral multiple of the pulse interval of the specified data number from the
data member.
Returns 1 if it does not exist.
Return value
Returns the integer multiple of the pulse interval .
Reference
getMXOutput
2.5 Details of the MX100 Class