Read Call Chain
- 更新时间2023-02-17
- 阅读时长2分钟
Read Call Chain
Returns the call chain from where the error or warning occurred.
Inputs/Outputs

call chain
An array of names representing the chain of callers from the location that the error or warning occurred to the current VI.
This array is empty if there is no error, the call chain has been overwritten with a string that describes the location at which the error occurred, or there is no location information at all.

has location?
A Boolean that indicates whether you replaced the call chain with a string that describes the location at which the error occurred.
| True | The error cluster has location information other than a call chain. Use Read Location to access the information. |
| False | The error cluster has no location information. |
