ini
Description
Initializes the AWG.
Syntax
C++
void ini(UInt32 series_number)
Arguments
| series_number | Series Number of the AWG |
Return Value
None
Example
int seriesNumber = ug.get_sn(0);
awg.ini(seriesNumber);
Notes
Please use the get_sn method to get the Series Number.
Always call the ini function immediately after instantiating an AWG_API object!