dips.AngleSensitivityRangeVal module#

Generated wrapper for AngleSensitivityRange protobuf message.

class dips.AngleSensitivityRangeVal.AngleSensitivityRangeVal(current: AngleDataVal | None = None, range_from: AngleDataVal | None = None, range_to: AngleDataVal | None = None, interval: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for AngleSensitivityRange with Pythonic getters and setters.

property apply: bool#

Get the Apply field value.

copy()#

Create a copy of this wrapper.

property current: AngleDataVal#

Get the Current field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property interval: AngleDataVal#

Get the Interval field as a wrapper.

property range_from: AngleDataVal#

Get the RangeFrom field as a wrapper.

property range_to: AngleDataVal#

Get the RangeTo field as a wrapper.

to_proto()#

Get the underlying protobuf message.