Write/Read
About E5091 Testset Control
About External Testset Control

ShowProperties Property


Description

Turns ON and OFF the display of the test set control status bar. This status bar indicates the test set that is being controlled and the current port mappings.

This setting is turned ON and OFF automatically when the test set is enabled or disabled.

 VB Syntax

tset.ShowProperties = value

Variable

(Type) - Description

tset

A TestsetControl object.

OR

An E5091Testset object.

value

(Boolean)

True - Turns display of testset properties ON.

False - Turns display of testset properties OFF.

Return Type

Boolean

Default

False (True when test set control is enabled.)

Examples

See E5091A Example Program

See External Testset Program

C++ Syntax

HRESULT get_ShowProperties(VARIANT_BOOL *state);
HRESULT put_ShowProperties(VARIANT_BOOL state);

Interface

IE5091Testsets

ITestsetControl