::hw::pmgr::PmgrGetDataList

Syntax

::hw::pmgr::PmgrGetDataList UserTaskID listPropNames

Aruguments

UserTaskID
Task ID (can be 0).
listPropNames
List of data names whose values are requested.

Returns

List representing the values for the given data names.

Example

set meshsize [::hw::pmgr::PmgrGetData 0 "Mesh Size"];