dips.PlaneVal module#

Generated wrapper for Plane protobuf message.

class dips.PlaneVal.PlaneVal(pole: TrendPlungeVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for Plane with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property id: str#

Get the ID field value.

property pole: TrendPlungeVal#

Get the Pole 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.