dips.JointFrequencyAnalysisSettingsVal module#

Generated wrapper for JointFrequencyAnalysisSettings protobuf message.

class dips.JointFrequencyAnalysisSettingsVal.JointFrequencyAnalysisSettingsVal(interval: IntervalVal | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#

Bases: object

Simple wrapper for JointFrequencyAnalysisSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property interval: IntervalVal#

Get the Interval field as a wrapper.

property is_weighted: bool#

Get the IsWeighted field value.

to_proto()#

Get the underlying protobuf message.

property traverses: List[OrientationDataSetRef]#

Get the Traverses field as a list.