Jump to content

finding chs


Follyx

Recommended Posts

To see all available parameters for a node you can click on the little gearbox icon in the parameter interface and click "Edit parameter interface".

This should give a better organized view of all the parameters/channels that the node has.

Link to comment
Share on other sites

`chs("../../ptgroup")`

means it is on the node 2 levels above the node that contain parameter with this expression

 

so imagine the node with this expression is node1 

and if node1 has path, /obj/geo1/subnet1/subnet2/node1

then relative path  ./ would refer to node itself, so node1

../ would refer to node one level higher, so subnet2

../../ refers to node 2 levels higher, so subnet1

 

therefore chs("../../ptgroup") refers to parameter called ptgroup on the subnet1 node

the full path to that parameter would be /obj/geo1/subnet1/ptgroup

 

the easier way to get to that parm would be RMB on your parameter with expression and from menu choose More/View Dependencies

then change View mode to References and find your referenced parm, if you select it, you will see in bottom of that window Expression and a little arrow, which will take you to that node directly

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...