Methods -

All methods with the exception of get_sn are part of the Common_API class or the AWG_API class. You must instantize an object of the AWG_API class in order to use any of the methods in that class and you must instantize an object of the AWG_Group_API class to use the get_sn method. You must use the "." operator to access any of the methods. In the examples, we have used an example awg object of the AWG_API class and an example awg_group object of the AWG_Group_API class.

To see all available methods, load the examples and view the Object Browser of Microsoft Visual Studio or a similar application.