dips.QualitativeQuantitativeAnalysisSettingsVal module#

Generated wrapper for QualitativeQuantitativeAnalysisSettings protobuf message.

class dips.QualitativeQuantitativeAnalysisSettingsVal.QualitativeQuantitativeAnalysisSettingsVal(custom_range: CustomRangeVal | None = None, selected_column: DataDescriptorVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for QualitativeQuantitativeAnalysisSettings with Pythonic getters and setters.

property allocated_items: list#

Get the AllocatedItems field as a list.

property analysis_type: Any#

Get the AnalysisType field value.

copy()#

Create a copy of this wrapper.

property custom_range: CustomRangeVal#

Get the CustomRange field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_weighted: bool#

Get the IsWeighted field value.

property logarithmic: bool#

Get the Logarithmic field value.

property num_bins: int#

Get the NumBins field value.

property selected_column: DataDescriptorVal#

Get the SelectedColumn field as a wrapper.

to_proto()#

Get the underlying protobuf message.