Adds a RuleSet containing knowledge rules of computation to the
interference simulation. In this case, knowledge rules specification will be taken into
account during computation.
You can retrive the RuleSet by searching its name.
Thus, the name given as argument to this method must be specific so that the search result
finds only one RuleSet.
Signature
SIMItfSimulation.SetRuleSetByName(RuleSetName : String) : Integer
Arguments
Name |
Input/Output |
Required? |
Type |
Comment |
RuleSetName |
In |
|
String |
- |
Example
NewSim.SetRuleSetByName(“MyRuleset”)