GetProgramUut Procedure

Returns the name of the current Unit Under Test (UUT).

Syntax

[ sUutName = ] GetProgramUut( )

The GetProgramUut procedure syntax has the following parts:

 

Name

Type

Description

sUutName

BString

Program UUT name

Comments

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.

Example

Print "UUT : ";GetProgramUut()

See Also

GetProgLastUpdate, GetProgramName, GetProgramVersion, GetProgSerialNum