Options

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

explorerexplorer Member Posts: 7 Newbie
I am looking at the Model simulator  and would like to be able to exclude some inputs at 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

  • Options
    jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    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 In or Register to comment.