Mask and Parameters
Title | Name of the value to be displayed in the schematic |
Expression | Expression to monitor
|
Unit | Unit of the value to be displayed in the schematic |
Result displayed as | In addition to the expression, the value displayed can be further filtered: |
---|---|
last | Last value obtained from the simulation |
rms | rms value of the signal |
avg | Average value of the signal |
min | Minimum value of the signal |
max | Maximum value of the signal |
Minimum threshold | In the |
Monitoring |
Overview GUI, the scope and table become red when the value is out of range | |
Maximum threshold | In the |
Monitoring |
Overview GUI, the scope and table become red when the value is out of range | |
Hide value and unit | Hides the value and unit on the schematic, to get a lighter LED style display |
Display as LED | Replaces the image in the schematics with a fillable circle. |
Ports, Inputs, Outputs and Signals Available for Monitoring
Ports
None
Inputs
None
Outputs
None
Sensors
None
Limitations
The "Display as LED" option has been added in 2021.3. You may encounter a crash of the HyperWorks process if you try to use monitors displayed as LED in an older version of HYPERSIM. To work around this issue, simply deactivate the option in the new version, save the model, and reopen it in the older version. The API may help editing multiple monitors at the same time :
Code Block | ||
---|---|---|
| ||
HyWorksApi.setComponentParameter("Mon1", "led", "false") |