How do I set some of the inputs to the Model simulator to null or make them irrelevant.

explorerexplorer MemberPosts:7Newbie
I am looking at the Model simulator and would like to be able to exclude some inputsat that stage only. Those inputs will be used to derive the model, but I want to make some of them irrelevant when simulating. How can i do this?

Answers

  • jacobcybulskijacobcybulski Member, University ProfessorPosts:391Unicorn
    Rather than setting inputs to null you normally do not supply those inputs at the operator ports. However, the operator needs to know that this may happen. if you develop your own operator in Java you can detect those conditions.
Sign InorRegisterto comment.