Read-only |
About DC Sources |
Description |
Returns the names of the configured DC sources for the specified channel. |
VB Syntax |
names = dc.Sources |
Variable |
(Type) - Description |
names |
(Variant) Variable to store the returned DC source names. |
dc |
An DCStimulus (object) |
Default |
Not Applicable |
Example |
names = dc.Sources 'Read |
C++ Syntax |
HRESULT get_Sources(VARIANT * pValue); |
Interface |
IDCStimulus |