reduceBoolExpressions
lp reduceBoolExpressions boolean { t | nil }
Description
Optimizes boolean functions during the dotlib export and 1801 export when set to t. For the dotlib export, the boolean expressions for isolation_enable_condition and switch_function attributes are optimized. For the 1801 export, the values for -isolation_signal in set_isolation and the values for -on_state and -off_state expressions in create_power_switch are optimized. By default, the boolean expression optimization is disabled.
GUI Equivalent
Example
envGetVal("lp" "reduceBoolExpressions")
envSetVal( "lp" "reduceBoolExpressions" 'boolean t)
Related Topics
Return to top