You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <strong>Pin 2</strong>| property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types)| Additional pin for properties "set_id" and "cummulative_index": the step id, for "sets_freqs": the sets scoping. |
| <strong>Pin 2</strong>| property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`scoping`](../../core-concepts/dpf-types.md#scoping)| Additional pin for properties "set_id" and "cummulative_index": the step id, for "sets_freqs": the sets scoping, for "step_id_from_harmonic_index" : the harmonic index. |
22
22
| <strong>Pin 3</strong>| property_identifier_2 |[`int32`](../../core-concepts/dpf-types.md#standard-types)| Additional pin for properties "set_id" and "cummulative_index": the substep id (if none, last substep is considered). |
23
23
24
24
## Outputs
25
25
26
26
| Output | Name | Expected type(s) | Description |
27
27
|-------|------|------------------|-------------|
28
-
|**Pin 0**| property |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`scoping`](../../core-concepts/dpf-types.md#scoping)| Returns a double for property: "frequency_tolerance", a single-value Scoping for properties for "set_id" and "cummulative_index", and a Field otherwise. |
28
+
|**Pin 0**| property |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`scoping`](../../core-concepts/dpf-types.md#scoping)| Returns a double for property: "frequency_tolerance", a single-value Scoping for properties for "set_id" and "cummulative_index", an int for "step_id_from_harmonic_index" and a Field otherwise. |
| Name| Expected type(s) | Default value | Description |
31
+
|-----|------|----------|-------------|
32
+
|**mutex**|[`bool`](../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| <strong>Pin 0</strong> <br><spanstyle="background-color:#d93025; color:white; padding:2px6px; border-radius:3px; font-size:0.75em;">Required</span>| int_or_vector_int |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector<int32>`](../../core-concepts/dpf-types.md#standard-types)| int or vector of int |
19
+
| <strong>Pin 0</strong> <br><spanstyle="background-color:#d93025; color:white; padding:2px6px; border-radius:3px; font-size:0.75em;">Required</span>| int_or_vector_int |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector<int32>`](../../core-concepts/dpf-types.md#standard-types), [`scoping`](../../core-concepts/dpf-types.md#scoping)| int or single value scoping or vector of int |
| <strong>Pin 2</strong>| upper_bound |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`scoping`](../../core-concepts/dpf-types.md#scoping)| Define the upper bound to create a scoping that will contain a range from the single value input in pin 0 to the upper bound defined in this pin. |
0 commit comments