- Function CallerAttribute(Depth)¶
CallerAttribute¶
The function CallerAttribute
returns the attribute of a node that is
on the current execution stack.
CallerAttribute(
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
AllAttributeNames
.
See also
The example at
CallerNumberOfLocations
.The functions
errh::Attribute
,CallerLine
,CallerNode
, andCallerNumberOfLocations
.