MeasurementDescription#
This class contains properties which act as metadata for the measurement
property bar_code#
Gets the bar code.
Returns#
| Type | Description |
|---|---|
| str | The bar code. |
property batch#
Gets the batch number.
Returns#
| Type | Description |
|---|---|
| str | The batch number. |
property comment#
Get the user comment
Returns#
| Type | Description |
|---|---|
| str | The comment. |
property dut#
Gets the DUT number
Returns#
| Type | Description |
|---|---|
| str | The DUT number. |
property environment#
Gets the environment description.
Returns#
| Type | Description |
|---|---|
| str | The environment description. |
property golden_device#
Gets the reference device ID.
Returns#
| Type | Description |
|---|---|
| str | The reference device ID. |
property info1#
Gets the first custom additional information.
Returns#
| Type | Description |
|---|---|
| str | The first custom additional information. |
property info2#
Gets the second custom additional information.
Returns#
| Type | Description |
|---|---|
| str | The second custom additional information. |
property info3#
Gets the third additional information.
Returns#
| Type | Description |
|---|---|
| str | The third custom additional information. |
property lot#
Gets the lot number.
Returns#
| Type | Description |
|---|---|
| str | The lot number. |
property measure_date#
Gets the date and time when the measurement was started.
Returns#
| Type | Description |
|---|---|
| str | The date and time when the measurement was started. |
property operator_name#
Gets the operator's name.
Returns#
| Type | Description |
|---|---|
| str | The operator's name. |
property sub_lot#
Gets the sub lot number.
Returns#
| Type | Description |
|---|---|
| str | The sub lot number. |
property technology#
Gets the technology description.
Returns#
| Type | Description |
|---|---|
| str | The technology description. |
property temperature#
Gets the temperature at time of measuring.
Returns#
| Type | Description |
|---|---|
| str | The temperature at time of measuring |
property tester#
Gets the tester description.
Returns#
| Type | Description |
|---|---|
| str | The tester description. |
property wafer#
Gets the wafer ID.
Returns#
| Type | Description |
|---|---|
| str | The wafer ID. |
property work_place#
Gets the workplace's name.
Returns#
| Type | Description |
|---|---|
| str | The workplace's name. |
method get_description_item_value_by_name(name: str)#
Returns the value of a description item.
Parameters#
| Name | Description |
|---|---|
| name | Name of the item |
Returns#
| Type | Description |
|---|---|
| str | The item's value |
method set_description_item_value_by_name(name: str, value: str)#
Sets the value of a description item.
Parameters#
| Name | Description |
|---|---|
| name | Name of the item |
| value | The new value |