Description |
Enables and disables (ON/OFF) the port mapping and control line output of the specified test set. If the specified test set is not connected or not ON, then setting Enabled = True will report an error. All other properties can be set when the test set is not connected. When this command is set to ON or OFF, then the display of the test set status bar (ShowProperties Property) is also set to ON or OFF. |
VB Syntax |
tset.Enabled = value |
Variable |
(Type) - Description |
tset |
A TestsetControl object OR An E5091Testset object |
value |
(Boolean) True Enables test set control. False Disables test set control. |
Return Type |
Boolean |
Default |
False |
Examples |
|
C++ Syntax |
HRESULT get_Enabled(VARIANT_BOOL *state); |
Interface |
ITestsetControl IE5091Testsets |