TS-WAVE User and Developer Guide > Developer’s Reference > DM_getParm Function
  

DM_getParm Function
Returns the data and time values associated with a specified parameter from a specified Source ID.
Usage
data_values = DM_getParm(tool_name, src_name, parameter)
Input Parameters
tool_nameString containing the unique VDA tool name.
src_name—String containing the name of the Source ID file.
parameter—String containing the parameter name.
Keywords
None.
Returned Value
data_value—A PV‑WAVE associative array with two keys: DATA and TIME.
DATA—An array of scalar data values.
TIME—A PV-WAVE DT (date-time) array of times corresponding to the data values.
or
TIME—Or array of scalar values with same number of elements as data values.

Version 2016.1
Copyright © 2016, Rogue Wave Software, Inc. All Rights Reserved.