Jump to content

Recommended Posts

Posted

Hello, 

I was wondering how to write formula (assume multiplication of two signals) that will work within a condition only (let say for the duration of Condition A) and will not compute anything outside of this condition. Thanks. 

  • Seeq Team
Posted

Hi Rezwan,

You can use the ".within()" function to limit a signal in a formula to only the time period within a condition. For example, you could do:
 

($signal1*$signal2).within($condition)

 

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...