engineering pack¶
46 nodes, in noodlelab[engineering] and above.
Engineering/Control Analysis¶
Bode Plot¶
engineering.bode_plot
Magnitude (dB) and phase (degrees) against frequency (rad/s), with the gain and phase margins read as for an open loop (NaN where the curve does not cross 0 dB or −180°). Link the open loop L(s), the controller and plant in series, to see how far the closed loop is from instability.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
0: automatic Default |
|
|
0: automatic Default |
|
|
Default |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Controllability & Observability¶
engineering.controllability
Whether the inputs can steer every state (controllable) and the outputs reveal every state (observable): the ranks of the controllability matrix [B AB A²B …] and the observability matrix [C; CA; CA²; …] against the number of states. Pole placement and LQR need a controllable system.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DC Gain¶
engineering.dc_gain
The steady-state gain: the output for a constant unit input, once everything has settled, G(0) (or G(1) when discrete). Infinite with an integrator.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Impulse Response¶
engineering.impulse_response
The response to a unit impulse (a hammer blow): the system’s own
motion, which rings at its natural frequencies. peak is the value
largest in size, with its sign.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
0 s: automatic, from the slowest pole Default |
|
|
Default |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial Response¶
engineering.initial_response
The free motion from an initial state with no input: a structure released from a deflected shape. The states are those of the state-space model (Mass-Spring-Damper: positions, then velocities, in SI units).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
One value per state, comma separated: 0.01, 0, 0, 0 Default |
|
|
0 s: automatic, from the slowest pole Default |
|
|
Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nyquist Plot¶
engineering.nyquist_plot
The open loop L(jω) drawn in the complex plane for all frequencies. The closed loop (unity negative feedback) is stable when the curve encircles −1 anticlockwise once for each unstable open-loop pole: Z = N + P unstable closed-loop poles, with N the clockwise encirclements.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pole-Zero Map¶
engineering.pole_zero_map
The poles (×) and zeros (○) in the complex plane, and a table with each pole’s natural frequency ωn, damping ratio ζ and time constant τ. Poles in the right half plane (outside the unit circle, when discrete) make the system unstable; lightly damped ones make it ring.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Root Locus¶
engineering.root_locus
Where the closed-loop poles go as the gain K of the loop K L(s) rises
from 0: they start at the open-loop poles (×) and end at its zeros (○) or
run off to infinity. critical_gain is the smallest gain at which the
closed loop turns unstable (infinite if it never does, NaN if it is never
stable).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Mark the poles at this gain K Default |
|
|
0: automatic Default |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simulate¶
engineering.simulate
The response to any input signal u(t), from rest: a measured road
profile, a set-point schedule, a sine sweep. t in seconds (a plain
array counts as seconds), one value of u per time.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Times, evenly spaced |
|
|
|
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stability Margins¶
engineering.stability_margins
How far an open loop L(s) is from instability once the loop is closed
with unity negative feedback. The gain margin (dB) is how much the gain
can rise, at the phase crossover (phase −180°); the phase margin (°) how
much phase lag can be added, at the gain crossover (|L| = 1). Infinite
when the curve never crosses. stability_margin is the closest the
Nyquist curve comes to −1 (1 is far, 0 is unstable).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Step Response¶
engineering.step_response
The response to a unit step: overshoot (%), 10–90 % rise time,
settling time (within settling % of the final value for good), time
of the peak and final value. An unstable system has no final value,
overshoot or settling time (NaN). The system comes from Transfer
Function, Feedback and the other builders (its coefficients used to be
typed here).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
0 s: automatic, from the slowest pole Default |
|
|
Default |
|
|
Its name; empty: the first Default |
|
|
Its name; empty: the first Default |
|
|
The settling band, % of the final value Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Engineering/Control Design¶
LQR¶
engineering.lqr
The linear-quadratic regulator: the state feedback u = −K x that
minimises ∫ (xᵀQx + uᵀRu) dt. Larger Q entries hold those states closer;
larger R entries spend less input. closed_loop is the system with the
feedback in place, driven by a reference r added to the input.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
State weights; empty: the identity Optional. |
|
|
Input weights; empty: the identity Optional. |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
|
|
|
Pole Placement¶
engineering.pole_placement
The state feedback u = −K x that puts the closed-loop poles where you say: further left is faster, and a pair a ± bj has damping ratio −a/√(a² + b²). The system must be controllable.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
One per state, comma separated: -2, -3 ± 1j Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
|
|
|
Engineering/Controls¶
Convert System¶
engineering.convert_system
The same system as a transfer function or in state space. Without the optional slycot package, only single-input, single-output systems convert to a transfer function.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Discretize¶
engineering.discretize
A continuous system as a discrete one sampled every sample_time,
for a digital controller: G(s) becomes G(z).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Default |
|
|
zoh: a sample held until the next; tustin: the bilinear transform Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Feedback¶
engineering.feedback
Close the loop around system: G / (1 + G H) with negative feedback,
the usual kind, where the output is compared with the set point. With
unity feedback (no H) and the open loop L = C G linked, this is the
closed loop T = L / (1 + L).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
H(s) in the feedback path; empty: 1 (unity) Optional. |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
First-Order System¶
engineering.first_order_system
K / (τ s + 1): a lag such as a heater, a tank or an actuator, reaching
63 % of its final value after one time constant. A delay is approximated
by a Padé filter of pade_order.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Default |
|
|
Default |
|
|
A dead time, as a Padé approximation Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Mass-Spring-Damper¶
engineering.mass_spring_damper
The state-space model of masses, springs and dampers,
M x’’ + C x’ + K x = F, for Step Response, Feedback and the rest. The
states are the positions x1… and velocities v1…, the inputs the forces
F1… at force_at, and the outputs as measure says. M in kg, K in
N/m and C in N·s/m (other units are converted; plain numbers are SI).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A matrix: a quantity holding a 2-D array, or plain numbers in SI units |
|
|
A matrix: a quantity holding a 2-D array, or plain numbers in SI units |
|
|
A matrix: a quantity holding a 2-D array, or plain numbers in SI units Optional. |
|
|
Where forces act, by degree of freedom: 1, or 1, 2 Default |
|
|
The outputs: x1 (position), v1 (velocity), a1 (acceleration) Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Minimal Realisation¶
engineering.minimal_realisation
The system without its cancelling poles and zeros: (s + 1)/((s + 1)(s + 2)) is 1/(s + 2). Without the optional slycot package, a state-space system must have one input and one output.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
How close a pole and zero cancel Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
PID Controller¶
engineering.pid_controller
A PID controller, C(s) = Kp + Ki/s + Kd s/(Tf s + 1). The derivative is filtered, as any real one is: without the filter it would be improper, amplifying noise without limit. Gains are in consistent SI units.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Proportional gain Default |
|
|
Integral gain, per second Default |
|
|
Derivative gain, in seconds Default |
|
|
Tf: the derivative acts through 1/(Tf s + 1) Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Parallel¶
engineering.parallel
Two systems side by side on the same input, their outputs added (or b subtracted from a).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Second-Order System¶
engineering.second_order_system
The standard second-order system, K ωn² / (s² + 2ζωn s + ωn²): a mass on a spring and damper, an RLC circuit. Below ζ = 1 it overshoots.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Default |
|
|
ζ: 1 is critical Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Series¶
engineering.series
Systems one after another: the signal goes through a, then b (then c). A controller, an actuator and a plant in series make the open loop L(s).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
|
|
A linear system: from Transfer Function, State Space, PID Controller… Optional. |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
State Space¶
engineering.state_space
A system in state space: x’ = A x + B u, y = C x + D u. A is n×n, B n×m, C p×n and D p×m (zero when not linked). A in 1/time is taken in 1/s; the others in consistent SI units.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A matrix: a quantity holding a 2-D array, or plain numbers in SI units |
|
|
A matrix: a quantity holding a 2-D array, or plain numbers in SI units |
|
|
A matrix: a quantity holding a 2-D array, or plain numbers in SI units |
|
|
A matrix: a quantity holding a 2-D array, or plain numbers in SI units Optional. |
|
|
0 s: continuous; else discrete Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Transfer Function¶
engineering.transfer_function
A transfer function G(s) = num(s) / den(s), typed as polynomial
coefficients in descending powers of s: 1, 2, 1 is s² + 2s + 1. With
a sample time it is a discrete G(z) instead.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Coefficients in descending powers of s, e.g. 1, 2, 1 Default |
|
|
Coefficients in descending powers of s, e.g. 1, 2, 1 Default |
|
|
0 s: continuous (s); else discrete (z) Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Transfer Function (Expression)¶
engineering.transfer_function_expression
A transfer function typed as an expression in s, with other symbols
taken from values (as plain numbers in SI units), such as
K/(tau*s + 1) with K and tau from a Values node.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
A function of s: 10/(s*(s + 2)), K/(tau*s + 1) Default |
|
|
Optional. |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Zero-Pole-Gain¶
engineering.zero_pole_gain
A transfer function from its zeros, poles and gain:
G(s) = k (s − z₁)(s − z₂)… / ((s − p₁)(s − p₂)…). a ± bj is a
complex pair.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Comma separated; empty: none Default |
|
|
Comma separated: -1, -2 ± 3j Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
A linear system: from Transfer Function, State Space, PID Controller… |
Engineering/Decibels¶
From dB¶
engineering.from_db
The ratio a value in decibels stands for.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
power: 10 log10; amplitude (voltage, pressure): 20 log10 Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
To dB¶
engineering.to_db
A ratio in decibels: 10 log10 of a power ratio, 20 log10 of an amplitude ratio. Use a ratio to 1 mW for dBm, to 1 W for dBW.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
power: 10 log10; amplitude (voltage, pressure): 20 log10 Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
dB Budget¶
engineering.db_budget
Add up gains and losses in dB, one per line (# starts a comment).
The table has the running total after each item, for a report.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
One per line: name and value in dB (losses negative) Default |
|
|
Added to the total, e.g. from another node Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Engineering/Fluids¶
Pipe Pressure Drop¶
engineering.pipe_pressure_drop
The friction pressure drop along a straight, full, circular pipe, Δp = f (L / D) ρ v² / 2. The Darcy friction factor f is 64 / Re in laminar flow and from the Haaland equation otherwise. Roughness: about 0.0015 mm drawn tubing and plastic, 0.045 mm commercial steel, 0.26 mm cast iron.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reynolds Number¶
engineering.reynolds_number
Re = ρ v L / μ, with length the pipe diameter (or a body’s
characteristic length), and the pipe-flow regime: laminar below 2300,
turbulent above 4000. The defaults are water at 20 °C.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Default |
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Engineering/Materials¶
Material¶
engineering.material
Typical properties of a common material: stiffness, density, strength, thermal expansion and conductivity. For preliminary design: check a datasheet before relying on the strengths.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Material Table¶
engineering.material_table
Every built-in material as a table, with specific stiffness and strength (per unit density), for filtering, plotting or a Decision Matrix.
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Engineering/Sections¶
Section Properties¶
engineering.section_properties
Area, second moments of area, elastic section modulus (about x) and least radius of gyration.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Engineering/Structures¶
Axial Stress¶
engineering.axial_stress
Direct stress under an axial force, σ = F / A (tension positive).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Beam¶
engineering.beam
Maximum deflection, bending moment and shear of a prismatic beam, and
its deflected shape. load is the total load: a point load at midspan
(at the free end of a cantilever), or spread uniformly over the span.
Fixed-fixed moments are the largest, at the supports.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
|
|
uniform: the load spread over the span Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bending Stress¶
engineering.bending_stress
The largest bending stress in a section, σ = M / Z.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Euler Buckling¶
engineering.euler_buckling
The elastic buckling load of a slender column, P = π² E I / (K L)²,
with the effective length factor K for the end conditions. Give the
area for the critical stress and slenderness ratio K L / r; stocky
columns (slenderness below about 100 in steel) yield before they buckle.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
Optional. |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
Safety Factor¶
engineering.safety_factor
How far a design is from failing: the factor of safety capacity / demand (e.g. yield strength / stress), and the margin of safety capacity / (required × demand) − 1, which passes when it is ≥ 0.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
The factor the design needs Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|
Von Mises Stress¶
engineering.von_mises
The equivalent (von Mises) stress of a plane stress state, to compare with the yield strength: √(σx² − σx σy + σy² + 3 τxy²).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Engineering/Thermal¶
Convection¶
engineering.convection
Heat flow from a surface to a fluid, Q = h A ΔT (Newton’s law of cooling). Typical h: 5–25 W/(m²·K) still air, 10–200 forced air, 500–10 000 forced water.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
Default |
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Pipe Conduction¶
engineering.pipe_conduction
Radial heat flow through a pipe wall or insulation layer, Q = 2π k L ΔT / ln(r₂ / r₁).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Default |
|
|
Default |
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Thermal Expansion¶
engineering.thermal_expansion
The change in length of a free bar, ΔL = α L ΔT.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
Wall Conduction¶
engineering.wall_conduction
Heat flow through a plane wall, Q = k A ΔT / t, and its thermal resistance t / (k A) (add resistances in series for layered walls).
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Default |
|
|
Default |
|
|
Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Engineering/Trade¶
Decision Matrix¶
engineering.decision_matrix
Rank options (one per row) by a weighted sum of criteria. Each criterion column is scaled from 0 (worst option) to 1 (best), so units do not matter, then weighted by the magnitude of its weight. The score is out of 100.
Inputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
Default |
|
|
column:weight, comma separated; a negative weight: lower is better Default |
Outputs
Name |
Type |
Description |
|---|---|---|
|
|
|
|
|
|
|
|