The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
DIFFERENTIATE Operator
Hello,
I am trying to filter transients out of a numerical dataset depicting a ship’s operation. Keying off of a SPEED attribute, I used a DIFFERENTIATE operator to determine the change between SPEED(t) and SPEED(t-1) sequential records in the dataset. DIFFERENTIATE created an attribute with the name change(SPEED) with the SPEED difference between adjacent rows. Now I want to filter out records above a threshold, but the attribute name “change(SPEED)” triggers an error. Any suggestions on how I can filter this attribute created by DIFFERENTIATE?
Thanks, KPL.
I am trying to filter transients out of a numerical dataset depicting a ship’s operation. Keying off of a SPEED attribute, I used a DIFFERENTIATE operator to determine the change between SPEED(t) and SPEED(t-1) sequential records in the dataset. DIFFERENTIATE created an attribute with the name change(SPEED) with the SPEED difference between adjacent rows. Now I want to filter out records above a threshold, but the attribute name “change(SPEED)” triggers an error. Any suggestions on how I can filter this attribute created by DIFFERENTIATE?
Thanks, KPL.
0
Answers
I can't be sure because I can't see your process but It might be because your attribute name contains brackets and this is confusing the filter examples operator. Try renaming it to something like change_speed.
regards
Andrew