The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Hi all experts,
Can you show me how to use RSS calculation in HG? (Ex: to calculate the overall acceleration of node)
Thanks.
Hi Nancy,
It seems HG doesn't have a RSS function. However you can use RMS and numpts(number of points) functions to calculate RSS.
The below is an example:
RMS(p1w1c1.y)*sqrt(numpts(p1w1c1.y))
Xiaolei