DCStimulus Object


Description

The DCStimulus object allows you to make DC Source settings for each channel.

Accessing the DCStimulus Object

You can obtain a handle to a DCStimulus object through the Channel object.

dim app

Set app = CreateObject("AgilentPNA835x.Application")

dim chan

Set chan = app.ActiveChannel

chan.NumberofPoints = 3

dim DC

Set DC = chan.DCStimulus

DC.EnableAllOutput = True

DC.State("AO1")= True

See Also

Learn about DC Source Control

Configure an External DC Device

The PNA Object Model

 

Methods

Description

None

 

Properties

Description

EnableAllOutput

Sets and returns the ON / OFF state of all DC sources for the channel.

LimitMax

Sets and returns the Max DC limit value for a DC Source.

LimitMin

Sets and returns the Min DC limit value for a DC Source.

ListData

Sets and returns the stimulus value array of the DC source for the channel.

Sources

Returns the names of the configured DC sources for the channel.

Start

Sets and returns start DC value for the specified DC source.

State

Sets and returns the ON / Off / Port state of the specified DC source.

Stop

Sets and returns Stop DC value for the specified DC source.

Target

For future use

DCStimulus History

Interface

Introduced with PNA Rev:

IDCStimulus

9.5

IDCStimulus2

10.57


Last modified:

20-Feb-2012

New topic