Description
The DCStimulus object allows you to make DC Source settings for each channel.
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 |
Configure an External DC Device
Methods |
Description |
---|---|
None |
|
Properties |
Description |
Sets and returns the ON / OFF state of all DC sources for the channel. |
|
Sets and returns the Max DC limit value for a DC Source. |
|
Sets and returns the Min DC limit value for a DC Source. |
|
Sets and returns the stimulus value array of the DC source for the channel. |
|
Returns the names of the configured DC sources for the channel. |
|
Sets and returns start DC value for the specified DC source. |
|
Sets and returns the ON / Off / Port state of the specified DC source. |
|
Sets and returns Stop DC value for the specified DC source. |
|
Target |
For future use |
Interface |
Introduced with VNA Rev: |
IDCStimulus |
9.5 |
IDCStimulus2 |
12.80 |