dips.WeightingSettingsVal module#

Generated wrapper for WeightingSettings protobuf message.

class dips.WeightingSettingsVal.WeightingSettingsVal(minimum_bias_angle: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for WeightingSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property minimum_bias_angle: AngleDataVal#

Get the MinimumBiasAngle field as a wrapper.

to_proto()#

Get the underlying protobuf message.

property weighting_option: Any#

Get the WeightingOption field value.