Description
The ExternalSource object allows you to set unique properties and methods for each external source.
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 "NewPSG" dim newExternalDevice Set newExternalDevice = externalDevices.Item("NewPSG") newExternalDevice.DeviceType = "Source" newExternalDevice.IOConfiguration= "GPIB0::14::INSTR" dim PSG Set PSG = newExternalDevice.ExtendedProperties PSG.DwellPerPoint = 5 |
Methods |
Description |
---|---|
None |
|
Properties |
Description |
Sets and returns the dwell time for an external source. |
|
Enables/disables control of modulation in an external source. |
|
Sets and returns the trigger mode (Software / Hardware) for an external source. |
|
Sets and returns the PNA port through which an external source is to be triggered. |
Interface |
Introduced with PNA Rev: |
IExternalSource |
9.0 |
IExternalSource2 |
10.49 |