ex_dimension module

Functions to extract dimenions from given dut name

DMT.extraction.extract_dimensions.ex_dimension_length(dut_name)[source]

Extract the dimension length of a DuT name (string) for a name like 0p13x10p16. The extracted dimension correspond to drawn emitter window LENGTH.

Parameters:
dut_namestr

The name of the DuT for which the dimension length shall be extracted.

Returns:
lengthfloat

The determined length of the DuT.

DMT.extraction.extract_dimensions.ex_dimension_width(dut_name)[source]

Extract the dimension width of a DuT name (string) for a name like 0p13x10p16. The extracted dimension correspond to drawn emitter window WIDTH.

Parameters:
dut_namestr

The name of the DuT for which the dimension width shall be extracted.

Returns:
widthfloat

The determined width of the DuT.