dips.RQDAnalysisSettingsVal module#
Generated wrapper for RQDAnalysisSettings protobuf message.
- class dips.RQDAnalysisSettingsVal.RQDAnalysisSettingsVal(interval: IntervalVal | None = None, intact_core_cutoff_length: LengthDataVal | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#
Bases:
objectSimple wrapper for RQDAnalysisSettings with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property intact_core_cutoff_length: LengthDataVal#
Get the IntactCoreCutoffLength field as a wrapper.
- property interval: IntervalVal#
Get the Interval field as a wrapper.
- to_proto()#
Get the underlying protobuf message.
- property traverses: List[OrientationDataSetRef]#
Get the Traverses field as a list.