Subscribe sink to receive values
Optional
conn: ConnectionOptional
inlet: Throttle | InletA signal object can be called to get its current value
Readonly
setSet the current value. (Note: this is a bound method so it can be used as a callback.)
Set a formula that will be used to calculate the signal's value. If it uses the value of other signals, this signal's value will be recalculated when they change.
A writable signal that can be set to either a value or an expression.
Like a spreadsheet cell, a configurable signal can contain either a value or a formula. If you .set() a value or change the .value property of the signal, the formula is cleared. Conversely, if you set a formula with .setf(), then the value is calculated using that formula from then on, until another formula is set, or the value is changed directly again.