usePhysicalComparisonMethod

This option can be used in start.m or config_system.m. This option allows you to define how ">=" and similar operators work for triggers and conditions. By default, the option is set to "true" (rb.settings.usePhysicalComparisonMethod = true;). This means that the nearest neighbor for "==" operator (physical signals) is used. If you set this option to "false", the MATLAB behavior for "==" operator (discrete signals) is used.