- Function CallerNode(Depth)¶
CallerNode¶
The function CallerNode
returns the node that is on the current
execution stack.
CallerNode(
Depth ! (optional) scalar element parameter
)
Arguments¶
- Depth
An numeric optional expression with default 1. The value should be in the range \(\{ 1 \ldots\)
CallerNumberOfLocations
\(\}\). The value 1, refers to the caller of the currently running procedure.
Return Value¶
This function returns an element in
AllSymbols
.
See also
The example at
CallerNumberOfLocations
The functions
CallerAttribute
,CallerLine
,errh::Node
, andCallerNumberOfLocations
.