Ignore:
Timestamp:
Jul 28, 2007, 9:41:04 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Set icons positions for most devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/mixers_splitters/splitter.mso

    r304 r325  
    4343       
    4444        VARIABLES
    45 in      Inlet   as stream;
    46 out Outlet(NOutlet)  as stream;
     45in      Inlet   as stream (Brief = "Inlet stream", PosX=0, PosY=0.5001);
     46out Outlet(NOutlet)  as stream (Brief = "Outlet streams", PosX=1, PosY=0.5);
    4747        frac(NOutlet) as fraction (Brief = "Distribution of Outlets", Default=0.5);
    4848
     
    9494
    9595        VARIABLES
    96 in  Inlet   as stream;
    97 out Outlet1 as stream;
    98 out Outlet2 as stream;
     96in  Inlet   as stream (Brief = "Inlet stream", PosX=0, PosY=0.5069);
     97out Outlet1 as stream (Brief = "Outlet stream 1", PosX=1, PosY=0.3027);
     98out Outlet2 as stream (Brief = "Outlet stream 2", PosX=1, PosY=0.7141);
    9999        frac as fraction (Brief = "Fraction to Outlet 1");
    100100
Note: See TracChangeset for help on using the changeset viewer.