parselmouth.AmplitudeScaling#

class parselmouth.AmplitudeScaling#

Bases: pybind11_object

Methods

__init__

Attributes

INTEGRAL

NORMALIZE

PEAK_0_99

SUM

name

value

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: parselmouth.AmplitudeScaling) int#
__init__(self: parselmouth.AmplitudeScaling, value: int) None#
__init__(self: parselmouth.AmplitudeScaling, arg0: str) None
__int__(self: parselmouth.AmplitudeScaling) int#
__ne__(self: object, other: object) bool#
__new__(**kwargs)#
__repr__(self: object) str#
__str__()#

name(self: handle) -> str

INTEGRAL = <AmplitudeScaling.INTEGRAL: 1>#
NORMALIZE = <AmplitudeScaling.NORMALIZE: 3>#
PEAK_0_99 = <AmplitudeScaling.PEAK_0_99: 4>#
SUM = <AmplitudeScaling.SUM: 2>#
property name#
property value#