rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
950 stars 501 forks source link

Defining signal min/max value in decimal point #1296

Open faisalapp opened 1 year ago

faisalapp commented 1 year ago

1) I have a tolerance and want to define min (5.321) and max value (5.469) for signal in busmaster database however it only accept whole number (not the decimal point). Is there any way, I can define tolerance and busmaster can flag the violation if the value is out of range? 2) Is it possible to check if signal value is within the range (min and max) in test setup? Thanks