dips.SyntheticJointSetVal module#
Generated wrapper for SyntheticJointSet protobuf message.
- class dips.SyntheticJointSetVal.SyntheticJointSetVal(mean_dip: AngleDataVal | None = None, mean_dip_direction: AngleDataVal | None = None, standard_deviation: AngleDataVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for SyntheticJointSet with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property joint_quantity: int#
Get the JointQuantity field value.
- property mean_dip: AngleDataVal#
Get the MeanDip field as a wrapper.
- property mean_dip_direction: AngleDataVal#
Get the MeanDipDirection field as a wrapper.
- property standard_deviation: AngleDataVal#
Get the StandardDeviation field as a wrapper.
- to_proto()#
Get the underlying protobuf message.