Read-only
About E5091 Testset Control
About External Testset Control

ID Property


Description

Returns the test set ID number. For GPIB testsets, the ID is equivalent to the GPIB address. For testset I/O testsets, the ID is the base address of the testset (0 for the first testset, 1 for the second, and so on).

 VB Syntax

value = tset.ID

Variable

(Type) - Description

value

(Long) variable to store the returned information.

testsets(1)

A TestsetControl object.

OR

An E5091Testset object.

Return Type

Long Integer

Default

Not Applicable

Examples

value = testset1.ID

See E5091A Example Program

See External Testset Program

C++ Syntax

HRESULT get_ID(long *idNumber);

Interface

ITestsetControl

IE5091Testset