Read-only
About DC Sources

Sources Property


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


Last Modified:

21-Feb-2012

New topic