Category: Software
Hello,
How can we use nested if statement in LTspice behavioral source or with any other source OR function ?
Edit Notes
How[edited by: TechTech at 8:57 AM (GMT -5) on 10 Feb 2025]
Hi TechTech ,
The IF() function is described in Help under Behavioral Sources.
OR is implemented as an operator , namely the pipe separator: "|", also described on that Help page.
mike
Thanks MStokowski ,
Where can I get any example of nested if statement or pipe separator ?
Hello MStokowski ,
I tried and implemented single if statement in behavioral source. But, the query is how to implement nested if statement (to check multiple conditions) ?