InputThresholdSettings interface

Shared configuration for inputs that have a start-up threshold that is to say, they drop data until the input has stopped bursting/settled down

Signature:

export interface InputThresholdSettings

Properties

Property Type Description

calibrationWindowDurationMs?

number

(Optional)

consecutiveGood?

number

(Optional)

maxPeriodMs?

number

(Optional)

maxSlope?

number

(Optional)

minPeriodMs?

number

(Optional)

stabilityMode?

StabilityMode

(Optional)