Highlights |
Top Previous Next |
Parameter Stepping Mechanica has the means to automatically adjust one or more parameter values within a user defined range and then display results based on the individual combinations.
COL1 = ATR[30] 'original code COL1 = ATR[{30, 10 ,80 ,2}] 'add stepping code between braces {} 'Default value is 30. Start with a value of 10. End at 80. Increment by 2 on each pass Syntax: {Default, Start, End, Step}
\My Documents\Mechanica\Sample Rules\Signal Rules\#8913_Step_Batch.SIG See also: |