utility:compute time scoping
Version: 0.0.0
Description
Computes the time frequency scoping (made of set IDs) necessary to interpolate on a list of time or frequencies.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | time_freq_values | double, vector<double>, field, time_freq_support | List of frequencies or times needed. To specify load steps, put a field (and not a list) in input with a scoping located on "TimeFreq_steps". |
| Pin 2 | step | int32 | |
| Pin 4 | interpolation_type | int32 | 1:ramped' or 2:stepped', default is ramped |
| Pin 8 Required | time_freq_support | time_freq_support |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | scoping | scoping | time_scoping |
| Pin 1 | field | field | time_freq_values |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: utility
Plugin: core
Scripting name: None
Full name: None
Internal name: compute_time_scoping
License: None
Changelog
- Version 0.0.0: Initial release.