User Tools

Site Tools


constants_editing_tool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
constants_editing_tool [2023/02/14 10:53]
dmytroh
constants_editing_tool [2023/02/14 11:02]
daria
Line 15: Line 15:
 Use the keypad with the mouse to enter a value or an operator without having to use the keyboard. Use the keypad with the mouse to enter a value or an operator without having to use the keyboard.
  
-|&& |The logical operator AND is used in conditions. For instance (time>100 && Comp1<1000)*TF.           +|**&&** |**The logical operator AND is used in conditions. For instance (time>100 && Comp1<1000)*TF.**          
-|**||** |The logical operator OR is used in conditions. For instance (time<10 **||** time>90)*TF.        | +|**||** |**The logical operator OR is used in conditions. For instance (time<10 || time>90)*TF.**        | 
-|== |The logical operator EQUALS is used in conditions. For instance "(plantType==Vegetable)*TF"       | +|**== **|**The logical operator EQUALS is used in conditions. For instance "(plantType==Vegetable)*TF".**        | 
-|~= |The logical operator NOT EQUALS is used in conditions. For instance "(height~=0)*(volume/height)"+|**~=** |**The logical operator NOT EQUALS is used in conditions. For instance "(height~=0)*(volume/height)".**  | 
-|<--|Backspace.                                                                                          | +|**<--**|**Backspace.**                                                                                          | 
-|<  |The logical operator LESS THAN is used in conditions. For instance "(Comp1<Max_Conc)*TF"          | +|**** |**The logical operator LESS THAN is used in conditions. For instance "(Comp1<Max_Conc)*TF".**           | 
-|<= |The logical operator LESS THAN OR EQUAL is used in conditions. For instance "(Comp1<=Max_Conc)*TF". | +|**<= **|**The logical operator LESS THAN OR EQUAL is used in conditions. For instance "(Comp1<=Max_Conc)*TF".** 
-|>= |The logical operator GREATER THAN OR EQUAL is used in conditions. For instance "(time>=10)*TF"    | +|**>=** |**The logical operator GREATER THAN OR EQUAL is used in conditions. For instance "(time>=10)*TF".**     | 
-|>  |The logical operator GREATER THAN is used in conditions For instance "(time>time_for_accident)*TF". | +|**** |**The logical operator GREATER THAN is used in conditions For instance "(time>time_for_accident)*TF".** 
-|<- |Left. Move the cursor one character to the left                                                                                                          +|**<-** |**Left. Move the cursor one character to the left.**                                                     |                                                      
-|**^**  |The power function For instance, "10^a" is an alternative way of writing "power(10,a)"            +|**^**  |**The power function For instance, "10^a" is an alternative way of writing "power(10,a)"**            
-|-> |Right Move the cursor one character to the right                                                    |+|**->** |**Right Move the cursor one character to the right.**                                                   |
  
 =====  Unit conversion ===== =====  Unit conversion =====
constants_editing_tool.txt · Last modified: 2023/02/14 15:42 by daria