|
SAA_channelGetDriverDofData
Retrieves the time and value data for a DOF.
This function retrieves the data from the most recent call to SAA_channelEval.
driverIndex [get_driver_index]
dofIndex [get_dof_index]
set data [SAA_AllocChannelData]
SAA_channelGetDriverDofData $driverIndex $dofIndex $data
driverIndex
- Index of the channel driver.
- Channel driver indices are stored in the
SAA_ChannelDriverInfo structures
returned by SAA_channelGetInfo.
driverIndex
- Index of the DOF.
- DOF indices are stored in the
SAA_ChannelDriverDofInfo structures returned
by SAA_channelGetInfo.
data
- Returns a
SAA_ChannelData structure containing the time and value data for
the DOF.
Return Value
Return correct usage if incorrect parameters are passed
"SI_ERR_ERROR_MSG" if there is no current channel run or if data
is null.
|