WOLFRAM SYSTEM MODELER

CharacteristicThyristors

Characteristic of ideal thyristors

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Examples.CharacteristicThyristors"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This example compares the behavior of the ideal thyristor and the ideal GTO thyristor with Vknee=1 both. The thyristors IdealThyristor1 and IdealGTOThyristor1 are controlled by an unregular Boolean fire signal. The aim is to show several cases for the fire signal in combination with the state (s<0 or s>0)of the thyristors. Please simulate until 6 seconds and compare IdealThyristor1.v with IdealGTOThyristor1.v, the same with IdealThyristor1.s and IdealGTOThyristor1.s (attention: s is a protected variable in each thyristor). Also compare IdealThyristor1.off and IdealGTOThyristor1.off and have a look at the fire signal (e.g. IdealThyristor1.fire). It can be seen that the IdealGTOThyristor1 reacts on switching off the fire signal whereas the IdealThyristor1 does not show this behavior.

The other thyristors IdealThyristor2 and IdealGTOThyristor2 are controlled by an periodic Boolean fire signal to show a typical use case. Please compare IdealThyristor2.v with IdealGTOThyristor2.v

Components (12)

IdealThyristor1

Type: IdealThyristor

Description: Ideal thyristor

SineVoltage1

Type: SineVoltage

Description: Sine voltage source

Ground1

Type: Ground

Description: Ground node

R3

Type: Resistor

Description: Ideal linear electrical resistor

IdealGTOThyristor1

Type: IdealGTOThyristor

Description: Ideal GTO thyristor

R1

Type: Resistor

Description: Ideal linear electrical resistor

booleanStep1

Type: BooleanTable

Description: Generate a Boolean output signal based on a vector of time instants

IdealThyristor2

Type: IdealThyristor

Description: Ideal thyristor

R2

Type: Resistor

Description: Ideal linear electrical resistor

IdealGTOThyristor2

Type: IdealGTOThyristor

Description: Ideal GTO thyristor

R4

Type: Resistor

Description: Ideal linear electrical resistor

booleanPulse

Type: BooleanPulse

Description: Generate pulse signal of type Boolean

Revisions

Release Notes:

  • Jan 23, 2013 by Kristin Majetta and Christoph Clauss
    revised
  • Mai 7, 2004 by Christoph Clauss
    realized