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 [2012/12/06 19:57] – external edit 127.0.0.1 | fixture_creator:fixture_formula [2025/04/07 22:07] (current) – [Usage] smp_qui_bug | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Fixture Creator - The " | ====== Fixture Creator - The " | ||
- | The new " | + | The " |
==== Variables ==== | ==== Variables ==== | ||
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=(15 MOD 10) ** | ||
+ | |||
+ | Action: Assign results of 14 Modulo 10 (=4)to CH2 | ||
fixture_creator/fixture_formula.1354823874.txt.gz · Last modified: 2013/03/11 02:59 (external edit)