ExternalPulseGenerator Object


Description

The ExternalPulseGenerator object allows you to set unique properties and methods for each external pulse generator.

Accessing the ExternalPulseGenerator Object

You can obtain a handle to an ExternalSource Object through ExtendedProperties

dim app

Set app = CreateObject("AgilentPNA835x.Application")

dim externalDevices

Set externalDevices = app.ExternalDevices

dim devicecount

devicecount = externalDevices.count

externalDevices.Add "81110"

dim newExternalDevice

Set newExternalDevice = externalDevices.Item("81110")

newExternalDevice.DeviceType = "Pulse Generator"

newExternalDevice.Driver = "AGPULSEGEN"

newExternalDevice.Active = True

newExternalDevice.IOConfiguration= "GPIB0::19::INSTR"

dim extPulseGen

Set extPulseGen = newExternalDevice.ExtendedProperties

extPulseGen.HighAmplitude = 3

See Also:

Configure an External Device

The PNA Object Model

 

Methods

Interface

Description

None

 

 

Properties

 

Description

HighAmplitude

ExternalPulseGenerator

Sets the High amplitude (voltage).

LoadImpedance

ExternalPulseGenerator

Sets the Load impedance.

LowAmplitude

ExternalPulseGenerator

Sets the Low amplitude (voltage).

MasterMode

ExternalPulseGenerator2

Sets the master mode for the ext. pulse generator.

OutputChannel

ExternalPulseGenerator

Sets the Output channel (port) of the pulse generator.

SourceImpedance

ExternalPulseGenerator

Sets the Source impedance.

ExternalPulseGenerator History

Interface

Introduced with PNA Rev:

IExternalPulseGenerator

9.50

ExternalPulseGenerator2

9.50