type

ConnTuning

const class ConnTuning : Obj

ConnTuning models a connTuning rec. See Connector Tuning

constructors

make

Construct with current record

methods

dis

Display name

id

Record id

pollTime

Frequency between polls of curVal.

rec

Rec for tuning config

staleTime

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

toStr

Debug string

writeMaxTime

Maximum time between writes used to send periodic writes.

writeMinTime

Minimum time between writes used to throttle the speed of writes.

writeOnOpen

Rewrite the point everytime time the connector transitions to open.

writeOnStart

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

Slot Details

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 override 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.