Changeset 255 for trunk/eml/types.mso
- Timestamp:
- Jun 8, 2007, 5:11:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/types.mso
r252 r255 30 30 constant as Real (Brief = "General Constant", Default=10, Lower=-5000, Upper=5000); 31 31 positive as Real (Brief = "Positive General Constant", Default=1.0, Lower=-1e-6); 32 negative as Real (Brief = "Negative General Constant", Default=-1.0, finalUpper=1e-6);33 fraction as Real (Brief = "Fraction" , Default=0.5, final Lower=-1e-6, finalUpper=1.00001);32 negative as Real (Brief = "Negative General Constant", Default=-1.0, Upper=1e-6); 33 fraction as Real (Brief = "Fraction" , Default=0.5, Lower=-1e-6, Upper=1.00001); 34 34 percent as Real (Brief = "Percent", Default=50, final Lower=0, final Upper=100); 35 35 control_signal as Real (Brief = "Control Signal", Default=1, Lower=-1e9, Upper=1e9);
Note: See TracChangeset
for help on using the changeset viewer.