Macro functions

<< Click to Display Table of Contents >>

Navigation:  Macros > Macro commands and parameters >

Macro functions

In the macro language many arithmetician functions have been defined. These functions are not case sensitive. The functions can be used on direct values and variables only. If an attribute is to be consulted, it should be saved into a variable firstly.

 

See:

•General functions

•Calculating functions

•Power and logarithm functions

•Goniometric functions

•Logical functions

•Text functions

•Excel functions

 

Example:

Output the absolute value of a transmitted power:

 Set(Pconnection,Line('MyLine').P1)

 Set(Pconnection,ABS(Pconnection))

 Text('Power=',Pconnection)