Dimension
- class pytm4srv.models.Dimension
Represents one measured dimension for a program.
- accumulated_comp: [float]
Total (net) accumulated compensation for this dimension.
- cpk: [float | None]
Critical product measurement.
- feature_name: [str]
Name of the feature this dimension is for.
- id
Unique (across all machines/programs), numeric ID for this dimension in OnTakt.
- lower_comp: [float | None]
Lower AutoComp compensation limit.
- lower_tolerance: [float | None]
Absolute lower tolerance of this dimension.
- nominal_value: [float]
Nominal value of this dimension.
- program_id: [int]
ID of the program this dimension is for.
- tool_name: [str]
Name of the tool responsible for this dimension.
- upper_comp: [float | None]
Upper AutoComp compensation limit.
- upper_tolerance: [float | None]
Absolute upper tolerance of this dimension.