scopeHierarchyPath property

String? scopeHierarchyPath
final

Full hierarchy path of the scope (parent node) that owns this edge.

For an edge inside the top module, this would be "top". For an edge inside an expanded sub-module, e.g. "top/adder0". Used to construct fully-qualified signal paths for value lookups. Null when not available.

Implementation

final String? scopeHierarchyPath;