number
Description
Specifies how many boards are connected.
Syntax
Read
Gets how many boards are connected.
Example
int numOfBoards;
numOfBoards = awg_group.number;
Write
Read-Only
Notes
This property belongs to the AWG_Group_API class. The value of this property is equal to the number of AWGs connected to your system. The index number of the individual AWGs will start from 0 and count up to 1 minus number. For example if you had three AWGs connected to your computer, then number will be "3" and the index numbers of the AWGs will be 0, 1, and 2. You can then pass the index number of the AWGs to the get_sn method to get the Series Number of the AWGs so that you can initialize them with the ini method.