Skip to content

MeasurementDescription#

This class contains properties which act as meta data for the measurement


property BarCode#

Gets the bar code.

Returns#

Type Description
string The bar code.

property Batch#

Gets the batch number.

Returns#

Type Description
string The batch number.

property Comment#

Get the user comment

Returns#

Type Description
string The comment.

property Dut#

Gets the DUT number

Returns#

Type Description
string The DUT number.

property Environment#

Gets the environment description.

Returns#

Type Description
string The environment description.

property GoldenDevice#

Gets the reference device ID.

Returns#

Type Description
string The reference device ID.

property Info1#

Gets the first custom additional information.

Returns#

Type Description
string The first custom additional information.

property Info2#

Gets the second custom additional information.

Returns#

Type Description
string The second custom additional information.

property Info3#

Gets the third additional information.

Returns#

Type Description
string The third custom additional information.

property Lot#

Gets the lot number.

Returns#

Type Description
string The lot number.

property MeasureDate#

Gets the date and time when the measurement was started.

Returns#

Type Description
string The date and time when the measurement was started.

property Operator#

Gets the operator's name.

Returns#

Type Description
string The operator's name.

property SubLot#

Gets the sub lot number.

Returns#

Type Description
string The sub lot number.

property Technology#

Gets the technology description.

Returns#

Type Description
string The technology description.

property Temperature#

Gets the temperature at time of measuring.

Returns#

Type Description
string The temperature at time of measuring

property Tester#

Gets the tester description.

Returns#

Type Description
string The tester description.

property Wafer#

Gets the wafer ID.

Returns#

Type Description
string The wafer ID.

property WorkPlace#

Gets the workplace's name.

Returns#

Type Description
string The workplace's name.

method GetDescriptionItemValueByName(name: string)#

Returns the value of a description item.

Parameters#

Name Description
name Name of the item

Returns#

Type Description
string The item's value