HelpWizard Pages Start ReferenceManual1/en
Version vom 5. März 2021, 12:07 Uhr von Cg (Diskussion | Beiträge) (Änderung 22770 von Cg (Diskussion) rückgängig gemacht.)
Reference Manual (Normal Pins)[Bearbeiten]
Input
- inputPinName.value()
fetch the value from an input pin; reports an error, if there is no value
- inputPinName.valueIfPresent()
if the input pin has a value, fetch it; otherwise returns nil
- inputPinName.valueIfAbsent(defaultValue)
if the input pin has a value, fetch it; otherwise returns defaultValue
- inputPinName.hasValue()
true if the input pin has a value; false if not
Output
- outputPinName.value(value)
send a value to the output pin