
Search is based on keyword.
Ex: "Procedures"
Do not search with natural language
Ex: "How do I write a new procedure?"
CEL in Parameters
Parameters that contain CEL expressions are set like any other string parameter only the value of the parameter is evaluated to a CEL expression. For example create a CEL expression on a CollectionCreate node that sets to the /root/geo location:
TIME = 0 root = NodegraphAPI.GetRootNode() collection = NodegraphAPI.CreateNode( 'CollectionCreate',\ root) c = collection.getParameter( 'CEL' ) c.setValue( "( (/root/geo) )", TIME )
For more on CEL, and collections using CEL, see .
Sorry you didn't find this helpful
Why wasn't this helpful? (check all that apply)
Thanks for your feedback.
If you can't find what you're looking for or you have a workflow question, please try Foundry Support.
If you have any thoughts on how we can improve our learning content, please email the Documentation team using the button below.
Thanks for taking time to give us feedback.