modelLightningImpulseVoltage
Lightning impulse voltage
Extends from Modelica.Electrical.Analog.Interfaces.VoltageSource (Interface for voltage sources).
Information
Lightning impulse voltage using either a double exponential function or a Heidler function, see block LightningImpulse.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Electrical.Analog.Types.ImpulseApproximation | approximation | Modelica.Electrical.Analog.Types.ImpulseApproximation.Heidler | Approximation of impulse |
| SI.Voltage | V | Amplitude | |
| SI.Time | T1 | 10e-6 | Rise time |
| SI.Time | T2 | 350e-6 | Decay time to half value |
| SI.Voltage | offset (from VoltageSource) | 0 | Voltage offset |
| SI.Time | startTime (from VoltageSource) | 0 | Time offset |
| Advanced | |||
| Integer | m | 5 | Integer exponent of Heidler-function 5..10 |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePin | p (from TwoPin) | Positive electrical pin | |
| NegativePin | n (from TwoPin) | Negative electrical pin |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v (from TwoPin) | Voltage drop of the two pins (= p.v - n.v) | |
| SI.Current | i (from OnePort) | Current flowing from pin p to pin n | |
| Modelica.Blocks.Interfaces.SignalSource | signalSource (from VoltageSource) |