Analysis
Introduction
The Analysis Node checks user-defined conditions and displays the pass/fail results in a report.
This Node is typically used for the following:
- Checking the performance of a generating system against user-defined conditions (e.g. settling time < 5 seconds).
- Facilitating the tuning process of generating systems.
User inputs
Analysis title
Defines the title of the analysis. Will be displayed next to the results in the report.
Example:
S5255 | Check settling time
Each Analysis Node in a Simulation will be merged together into a single report. For this reason, you're not able to specify an output file name - we will choose this for you.
Analyses configuration space
A list of the user-defined conditions to be analysed.
Name
Defines the name of the analysis.
Example:
S5.2.5.11(b)(4)(v)(A)
Description
Defines the description of the analysis.
Example:
Vpoc settling time < 5 seconds.
Type
Defines the type of analysis. Options:
Auto
: The condition is checked automatically.Manual
: The condition needs to be checked manually by the user.
The Manual
type of analysis is typically used when the condition requires manual intervention due to a limitation in gridmo's functionality or if the user wants to be reminded to complete a manual check.
LHS
Defines the left-hand side of the condition.
Example: Check that the settling time of Vpoc is less than 5 seconds.
LHS={{i_vpoc_settling_time}}
Operator=≤
RHS=5
Operator
Defines the operator of the condition. Options:
≈
: LHS is approximately equal to the RHS.≠
: LHS is not equal to the RHS.≤
: LHS is less than or equal to the RHS.≥
: LHS is greater than or equal to the RHS.
RHS
Defines the right-hand side of the condition.
Example: Check that the settling time of Vpoc is less than 5 seconds.
LHS={{i_vpoc_settling_time}}
Operator=≤
RHS=5