Adam Georgeson Posted January 10, 2022 Share Posted January 10, 2022 When running a Data Lab project.... sometimes the push command writes to an existing signal and sometimes the push command creates a new signal (with the same name as the existing signal) and writes to that. The result is duplicates. It wastes time to stay organized by switching broken formulas and deleting the duplicates. Is there a way to force the push command only to write to existing signals, never to create new signals? Link to comment Share on other sites More sharing options...
Seeq Team Joe Reckamp Posted January 10, 2022 Seeq Team Share Posted January 10, 2022 Hi Adam, If you're referring to pushing data, then per the docstring (SHIFT + TAB) for spy.push, you'll need to set the column name to the ID of the Seeq signal for it to write to an existing signal: To push to an existing signal, set the column name to the Seeq ID of the item to be pushed. Link to comment Share on other sites More sharing options...
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