ConnTuning
const class ConnTuning : Obj
ConnTuning models a ConnTuning spec record. See Connector Tuning chapter
Construct with current record
Frequency between polls of curVal
Debug string
Rec for tuning config
Time before a point's curStatus marked from "ok" to "stale"
Minimum time between writes used to throttle the speed of writes
Issue a write when system starts up, otherwise suppress it
Record id
Rewrite the point everytime time the connector transitions to open
Maximum time between writes used to send periodic writes
Display name
Str dis()
Display name
Ref id()
Record id
new make(Dict rec)
Construct with current record
Duration pollTime()
Frequency between polls of curVal. See See Connector Tuning.
Dict rec()
Rec for tuning config
Duration staleTime()
Time before a point's curStatus marked from "ok" to "stale". See See Connector Tuning.
virtual Str toStr()
Debug string
Duration? writeMaxTime()
Maximum time between writes used to send periodic writes. See See Connector Tuning.
Duration? writeMinTime()
Minimum time between writes used to throttle the speed of writes. See See Connector Tuning.
Bool writeOnOpen()
Rewrite the point everytime time the connector transitions to open. See See Connector Tuning.
Bool writeOnStart()
Issue a write when system starts up, otherwise suppress it. See Connector Tuning.