add greater and greater or equal modes to RBE bandgap mode

This commit is contained in:
Dave Conway-Jones
2017-04-14 21:38:42 +01:00
parent fc249b6792
commit 774bc50589
5 changed files with 122 additions and 34 deletions

View File

@@ -11,8 +11,10 @@
},
"opts": {
"rbe": "block unless value changes",
"deadband": "block unless value changes by more than",
"narrowband": "block if value changes by more than",
"deadband": "block unless value change is greater than",
"deadbandEq": "block unless value change is greater or equal to",
"narrowband": "block if value change is greater than",
"narrowbandEq": "block if value change is greater or equal to",
"in": "compared to last input value",
"out": "compared to last valid output value"
},