netExprDisplay
graphic netExprDisplay string { "value only" | "value (default)" | "value [property]" | "value [expression]" | "expression only" }
Description
Specifies how to display inherited connections values. The value is what the connection resolves to; if it is overridden at a higher level in the hierarchy, the full path to a local signal might be displayed.
The default is expression only.
GUI Equivalent
Examples
envGetVal("graphic" "netExprDisplay")
envSetVal("graphic" "netExprDisplay" 'string "value only")
envSetVal("graphic" "netExprDisplay" 'string "value (default)")
Related Topics
Return to top