| |||
| Home > Model Debugger Scripting Functions > Breakpoints > bpSetCond() | |||
void bpSetCond (intbreakpoint_id, stringconditionOperator, intcomparisonValue)
Trigger the breakpoint specified in only
if the condition specified by breakpoint_id and comparisonValue is
true.conditionOperator
can
be one of conditionOperator“ANY”, “EQ” , “NE”, “GT”, “LT”, “LE”, or “GE” .