ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
connectionsin ?
in the sendto port trigger, there is a statament:
get(connectionsin(outobject( current , index)))==0 I wonder what is connectionsin. Thanks |
#2
|
||||
|
||||
connectionsin is an attribute. An attribute is a direct pointer to a standard node in the objecttree. So in this case it returns a direct pointer to the node connectionsin of the "outobject( current , index)"
This node can be found in the tree under the connections node and this connections node contains the information over the input, output and central port connections. Steven |
The Following User Says Thank You to Steven Hamoen For This Useful Post: | ||
qin tian (11-18-2008) |
#3
|
|||
|
|||
I have found some node can be referenced this way, i.e., offsetx(current).
But are there any document telling which node can be referenced this way? |