Returns the name of the current Unit Under Test (UUT).
[ sUutName = ] GetProgramUut( )
The GetProgramUut procedure syntax has the following parts:
|
Name |
Type |
Description |
|
sUutName |
BString |
Program UUT name |
This function returns a string containing the name of the current UUT. The function is useful for custom test logs. The current UUT can be set via the internal variable Program and its property Uut.
Print "UUT : ";GetProgramUut()
GetProgLastUpdate, GetProgramName, GetProgramVersion, GetProgSerialNum