10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Library of Functions for Tasks<br />

Library of Functions for Tasks<br />

Describes functions to be used inside a task.<br />

Command<br />

abs<br />

acos<br />

acosh<br />

acot<br />

acoth<br />

append<br />

asin<br />

asinh<br />

atan<br />

atan2<br />

atanh<br />

atof<br />

atoi<br />

avg<br />

beginval<br />

Table 18-3. Library of Functions for Tasks<br />

Description<br />

Returns the absolute value.<br />

Arc cosine function.<br />

Inverse hyperbolic cosine function.<br />

Arc cotangent function.<br />

Inverse hyperbolic cotangent function.<br />

Appends the content of the array array2 at the end of array<br />

array1. This function does not return any value: the array1<br />

argument is modified.<br />

Arc sine function.<br />

Inverse hyperbolic sine function.<br />

Arc tangent function.<br />

Returns the principal value of the arctangent of y/x,<br />

expressed in radians. To compute the value, the function<br />

uses the signs of both arguments to determine the quadrant.<br />

Inverse hyperbolic tangent function.<br />

Converts the string value VAL into a real.<br />

Converts the string value VAL into an integer.<br />

Returns the average value.<br />

Returns the first point of a waveform. Returns 0 if the<br />

waveform is empty, otherwise x_res and y_res are set with<br />

the coordinates of the first point of the waveform. If wf is a<br />

complex waveform, then y_res must be a complex number.<br />

bitof Returns 1 if bit b of the integer value of parameter a is 1.<br />

Returns 0 if bit b of the integer value of parameter a is 0.<br />

cat<br />

ceil<br />

Concatenates the content of the arrays given as arguments<br />

and returns the resulting array. This function does not<br />

modify the array arguments, it allocates and returns a new<br />

array. When possible, use append instead of cat for better<br />

performance.<br />

Ceiling rounding function.<br />

854<br />

Eldo® User's Manual, 15.3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!