AWG_Group_API -
number
Description
Specifies how many AWG modules are connected.
Syntax
UInt16 number
Read
Gets how many AWG modules are connected.
Example
int numOfBoards;
numOfBoards = awg_group.number;
Write
Read-Only
Notes
This is part of the AWG_Group_API class. You can have more than one type of AWG module, and this will return the total number connected. For instance, if you have connected an AWG252 module, an AWG452 module, and an AWG801 module, then this should return 3.