dips.CustomRangeVal module#
Generated wrapper for CustomRange protobuf message.
- class dips.CustomRangeVal.CustomRangeVal(proto_message: Any | None = None)#
Bases:
objectSimple wrapper for CustomRange with Pythonic getters and setters.
- property apply_custom_range: bool#
Get the ApplyCustomRange field value.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property max: float#
Get the Max field value.
- property min: float#
Get the Min field value.
- to_proto()#
Get the underlying protobuf message.