Dimension

class pytm4srv.models.Dimension

Represents one measured dimension for a program.

accumulated_comp: Mapped[float]

Total (net) accumulated compensation for this dimension.

cpk: Mapped[float | None]

Critical product measurement.

feature_name: Mapped[str]

Name of the feature this dimension is for.

id: MappedColumn object at 0x7b8293731c60>]]

Unique (across all machines/programs), numeric ID for this dimension in OnTakt.

lower_comp: Mapped[float | None]

Lower AutoComp compensation limit.

lower_tolerance: Mapped[float | None]

Absolute lower tolerance of this dimension.

nominal_value: Mapped[float]

Nominal value of this dimension.

program_id: Mapped[int]

ID of the program this dimension is for.

tool_name: Mapped[str]

Name of the tool responsible for this dimension.

upper_comp: Mapped[float | None]

Upper AutoComp compensation limit.

upper_tolerance: Mapped[float | None]

Absolute upper tolerance of this dimension.