dips.JointSpacingAnalysisSettingsVal module#
Generated wrapper for JointSpacingAnalysisSettings protobuf message.
- class dips.JointSpacingAnalysisSettingsVal.JointSpacingAnalysisSettingsVal(set: SetEntityInfoRef | None = None, custom_options: CustomHistogramOptionsVal | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#
Bases:
objectSimple wrapper for JointSpacingAnalysisSettings with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- property custom_options: CustomHistogramOptionsVal#
Get the CustomOptions field as a wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property num_intervals: int#
Get the NumIntervals field value.
- property set: SetEntityInfoRef#
Get the Set field as a reference.
- property show_best_fit_distribution: bool#
Get the ShowBestFitDistribution field value.
- property spacing_option: Any#
Get the SpacingOption field value.
- to_proto()#
Get the underlying protobuf message.
- property traverses: List[OrientationDataSetRef]#
Get the Traverses field as a list.