WimaGlobalMeasurementPolygon.SettingsGroup.json 695 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
[
{
    "name":             "BottomLayerAltitude",
    "shortDescription": "Altitude of the bottom layer.",
    "type":             "double",
    "units":            "m",
    "min":              1,
    "decimalPlaces":    2,
    "defaultValue":     5
},
{
    "name":             "NumberOfLayers",
    "shortDescription": "The number of layers",
    "type":             "unint32",
    "min":              1,
    "defaultValue":     1
},
{
    "name":             "LayerDistance",
    "shortDescription": "The distance between to adjacent layers.",
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    2,
    "defaultValue":     1
}
]