Ignore:
Timestamp:
Mar 7, 2007, 5:30:12 PM (16 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Adapted the electrical sample for the new language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/electrical/sample_electrical.mso

    r87 r195  
    3434
    3535        SET
    36         V.V = 1.5 * "V";
    37         R.R = 500 * "ohm";
    38         C.C = 5e-6 * "F";
     36        V.V = 1.5 * 'V';
     37        R.R = 500 * 'ohm';
     38        C.C = 5e-6 * 'F';
    3939       
    4040        INITIAL
    41         C.q = 0 * "C";
     41        C.q = 0 * 'C';
    4242       
    4343        OPTIONS
    44         time = [0:0.001:0.01];
     44        TimeStep = 0.001;
     45        TimeEnd = 0.01;
    4546end
Note: See TracChangeset for help on using the changeset viewer.