fixture_creator:fixture_formula
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fixture_creator:fixture_formula [2013/03/11 03:45] – external edit 127.0.0.1 | fixture_creator:fixture_formula [2025/05/26 16:17] (current) – [Usage] smp_qui_bug | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| * ** - ** → Subtraction | * ** - ** → Subtraction | ||
| * ** * ** → Multiply | * ** * ** → Multiply | ||
| - | * ** / ** → | + | * ** / ** → |
| + | * ** \ ** → Integer Division | ||
| + | * ** ^ ** → Exponentiation | ||
| + | * ** MOD ** → Modulo | ||
| * ** ( ) ** → Parenthetical Ordering | * ** ( ) ** → Parenthetical Ordering | ||
| Line 74: | Line 77: | ||
| Action: This assigns the value in Channel 1 to the fixture' | Action: This assigns the value in Channel 1 to the fixture' | ||
| + | |||
| + | ==== ==== | ||
| + | **Example 6:** | ||
| + | == == | ||
| + | **CH2=2^3 ** | ||
| + | |||
| + | Action: Assign 2^3 (=8) to CH2 | ||
| + | |||
| + | ==== ==== | ||
| + | **Example 7:** | ||
| + | == == | ||
| + | **CH2=(14 MOD 10) ** | ||
| + | |||
| + | Action: Assign results of 14 Modulo 10 (=4)to CH2 | ||
fixture_creator/fixture_formula.1362973558.txt.gz · Last modified: by 127.0.0.1
