Rezwan Posted February 14, 2022 Posted February 14, 2022 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 Joe Reckamp Posted February 14, 2022 Seeq Team Posted February 14, 2022 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) 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now