Read-only |
About External Pulse Generators |
Description |
Returns the ID of the specified External Pulse Generator name. Use this ID number when setting properties on the PulseGenerator Object. Use PulseGeneratorNames to read the names of the internal and configured external pulse generators. |
VB Syntax |
value = chan.PulseGeneratorID (name) |
Variable |
(Type) - Description |
value |
(Long Integer) - Variable to store the returned ID. |
chan |
A Channel (object) |
name |
Name of the pulse generator. Use PulseGeneratorNames to read the names of configured pulse generators. |
Return Type |
Long Integer |
Default |
Not Applicable |
Example |
id = chan.PulseGeneratorID "My81110" |
C++ Syntax |
HRESULT get_PulseGeneratorID(long* count, BSTR name) |
Interface |
IChannel23 |