dips.TrendPlungeVal module#

Generated wrapper for TrendPlunge protobuf message.

class dips.TrendPlungeVal.TrendPlungeVal(trend: AngleDataVal | None = None, plunge: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for TrendPlunge with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property plunge: AngleDataVal#

Get the Plunge field as a wrapper.

to_proto()#

Get the underlying protobuf message.

property trend: AngleDataVal#

Get the Trend field as a wrapper.