The VEEOS Library is designed to be as simple and obvious to use as the built-in VEE components. However there are also some unique capabilities that can be exploited by the end user.
In general VEEOS objects look, feel, and act just like built-in VEE objects except that their schemas are fixed (you can't modify the inputs and outputs).
The veeos menu integrates into the default VEE menu and allows you to
instantiate objects directly into your program and use them as you would any
native VEE object. See the
Reference Guide for details of
the various available objects, or check the included Description field for the
VEE objects for a short synopsis.
Most of the veeos objects have a corresponding function with the same name but a prefix of "o_". Hence you can use the polarResample object in your program or you can call the o_polarResample() function directly in your own code or use a VEE function call object. All of the below objects will have exactly the same functionality. This is intentional as it provides a great deal of flexibility for the end user.
Taken
directly from the menu
Instantiated from the Function and
Object Browser
Typed manually
into a formula.