Write-only
About External Testset Control

Add (Testset) Method


Description

Adds a testset to the ExternalTestsets Collection and loads the configuration file.

VB Syntax

testsets.Add (model,address)

Variable

(Type) - Description

testsets

An ExternalTestsets (collection)

model

(String)  Model of the testset to be added, NOT case-sensitive.

There is no COM command to read a list of currently-supported test sets. However, the following SCPI command can be used with the following format:

string = SCPISTringParser.Execute ("SENSe:MULTiplexer:CATalog?")

address

(Integer)  Address of the testset to be added.

Return Type

Not Applicable

Default

Not Applicable

Examples

testsets.Add("Z5623AK66",12) ' add Z5623AK66 test at address 12 to testsets collection

See an example program

C++ Syntax

HRESULT Add(BSTR typename, long address)

Interface

IExternalTestsets