Description
ExternalSMUDevice objects allow you to set properties and methods for each external SMU device.
Obtain a handle to an External Device by specifying an item in the External Devices collection.
dim app Set app = CreateObject("AgilentPNA835x.Application") dim externalSMUDevices Set externalDevices = app.ExternalDevices dim devicecount devicecount = externalDevices.count externalDevices.Add "NewSMU" dim newExternalSMUDevice Set newExternalSMUDevice = externalDevices.Item("NewSMU") newExternalSMUDevice.DeviceType = "SMU" newExternalSMUDevice.Active = True newExternalSMUDevice.IOConfiguration= "GPIB0::14::INSTR" newExternalSMUDevice.IOEnable = true dim extSMU Set extSMU = newExternalSMUDevice.ExtendedProperties extSMU.PointDwell = .05
|
Learn how to Configure an External SMU Device
Methods |
Interface |
Description |
---|---|---|
None |
|
|
Properties |
Description |
|
IExternalSMUDevice |
Sets and returns the state of activation for an external device. |
Interface |
Introduced with VNA Rev: |
IExternalSMUDevice |
12.85 |