class

ConnTuning

const class ConnTuning : Obj

ConnTuning models a ConnTuning spec record. See Connector Tuning chapter

constructors make

Construct with current record

methods pollTime

Frequency between polls of curVal

toStr

Debug string

rec

Rec for tuning config

staleTime

Time before a point's curStatus marked from "ok" to "stale"

writeMinTime

Minimum time between writes used to throttle the speed of writes

writeOnStart

Issue a write when system starts up, otherwise suppress it

id

Record id

writeOnOpen

Rewrite the point everytime time the connector transitions to open

writeMaxTime

Maximum time between writes used to send periodic writes

dis

Display name

dis Str dis()

Display name

id Ref id()

Record id

make new make(Dict rec)

Construct with current record

pollTime Duration pollTime()

Frequency between polls of curVal. See See Connector Tuning.

rec Dict rec()

Rec for tuning config

staleTime Duration staleTime()

Time before a point's curStatus marked from "ok" to "stale". See See Connector Tuning.

toStr virtual Str toStr()

Debug string

writeMaxTime Duration? writeMaxTime()

Maximum time between writes used to send periodic writes. See See Connector Tuning.

writeMinTime Duration? writeMinTime()

Minimum time between writes used to throttle the speed of writes. See See Connector Tuning.

writeOnOpen Bool writeOnOpen()

Rewrite the point everytime time the connector transitions to open. See See Connector Tuning.

writeOnStart Bool writeOnStart()

Issue a write when system starts up, otherwise suppress it. See Connector Tuning.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST