Ticket #1961: TableTest.mo

File TableTest.mo, 455 bytes (added by Christian Schubert, 12 years ago)
Line 
1within ;
2model TableTest
3import Modelica.Electrical.Digital.Interfaces.Logic;
4 Modelica.Electrical.Digital.Sources.Table digitalTable(
5 y0=Modelica.Electrical.Digital.Interfaces.Logic.'U',
6 t=0:8,
7 x={Logic.'U',Logic.'X',Logic.'0',Logic.'1',Logic.'Z',Logic.'W',Logic.'L',
8 Logic.'H',Logic.'-'})
9 annotation (Placement(transformation(extent={{-59,0},{-39,20}})));
10 annotation (uses(Modelica(version="3.2")));
11end TableTest;