weldx.measurement.MeasurementEquipment#

class weldx.measurement.MeasurementEquipment(name, sources=<factory>, transformations=<factory>)#

Simple dataclass implementation for generic equipment.

Methods

get_source

Get a source by its name.

get_transformation

Get a transformation by its name.

Attributes

source_names

Get the names of all sources.

transformation_names

Get the names of all transformations.

name

sources

transformations