dips.IntervalVal module#

Generated wrapper for Interval protobuf message.

class dips.IntervalVal.IntervalVal(distance_interval: LengthDataVal | None = None, distance_move_increment: LengthDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for Interval with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property distance_interval: LengthDataVal#

Get the DistanceInterval field as a wrapper.

property distance_move_increment: LengthDataVal#

Get the DistanceMoveIncrement field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property interval_option: Any#

Get the IntervalOption field value.

to_proto()#

Get the underlying protobuf message.