Returns or sets a string representing the unit of the test result value.
Object.Unit [ = sUnit ]
The Unit property syntax has the following parts:
Name |
Type |
Description |
Object |
ATest |
ATest control |
sUnit |
BString |
A string representing the unit of the Test result value. |
The following statement sets the unit of the Test result to "Volt":
Test.Unit="Volt"