dips.SymbolicSettingsVal module#

Generated wrapper for SymbolicSettings protobuf message.

class dips.SymbolicSettingsVal.SymbolicSettingsVal(qualitative_quantitative_analysis_settings: QualitativeQuantitativeAnalysisSettingsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for SymbolicSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property legend_symbols: List[SymbolDisplaySettingVal]#

Get the LegendSymbols field as a list of wrappers.

property qualitative_quantitative_analysis_settings: QualitativeQuantitativeAnalysisSettingsVal#

Get the QualitativeQuantitativeAnalysisSettings field as a wrapper.

to_proto()#

Get the underlying protobuf message.