You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2024. It is now read-only.
Node parameters can be accessed via their name. If a parameter name has a space then it will have no spaces in the name for the variable name.
Node parameters are only accessible if the function belongs to a promoted parameter of the node.
Accessing Custom Parameters & Promoted Parameters
Custom and promoted parameters variable names are as follows: p_ParameterName. If the parameter name has a space then it will have no spaces in the name for the variable name.
Custom parameters and promoted parameters are available to all function graphs.