The component AFloat redefines the following defaults:
| Prop. | Type | Default | Comment | 
|---|---|---|---|
name | 
        string | 
        no default | The name is the only
mandatory arguments when instanciating a AFloat. Once set, it should
not be changed | 
    
type | 
        string | 
        'string' | 
        |
externalType | 
        string | 
        'NUMERIC' | 
        |
precision | 
        int | 
        15 | 
        |
scale | 
        int | 
        5 | 
        |
defaultValue | 
        0.0 | 
        ||
usedForLocking | 
        int | 
        1 | 
        
Of course, you can redefine the defaults for AFloat in your PyModel to fit your needs.
Comments are welcome: Sebastien Bigaret / Modeling Home Page