dips.ProcessedDataVal module#

Generated wrapper for ProcessedData protobuf message.

class dips.ProcessedDataVal.ProcessedDataVal(orientation: TrendPlungeVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for ProcessedData with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property orientation: TrendPlungeVal#

Get the Orientation field as a wrapper.

property quantity: float#

Get the Quantity field value.

to_proto()#

Get the underlying protobuf message.

property weight: float#

Get the Weight field value.