Documentation [Deprecated]
SkyCiv Documentation








RC Design
General
Code Verification




Can't find what you're after?

Member Stations

The location along the member where each result is evaluated, expressed as a percentage (0-100%). In the example below, results are evaluated between 0 to 100% at 10% intervals.

Result Key Type Description
member_stations Object Each key in the object corresponds to the member ID. The value is in array of all the positions along the member where the results are evaluated as a percentage.

Example

{
    "member_stations": {
        "1": [
            0,
            25,
            50,
            75,
            100
        ],
        "2": [
            0,
            25,
            50,
            75,
            100
        ],
        "3": [
            0,
            25,
            50,
            75,
            100
        ],
        "4": [
            0,
            25,
            50,
            75,
            100
        ],
        "5": [
            0,
            25,
            50,
            75,
            100
        ],
        "6": [
            0,
            25,
            50,
            75,
            100
        ],
        "7": [
            0,
            25,
            50,
            75,
            100
        ],
        "8": [
            0,
            25,
            30,
            50,
            75,
            100
        ],
        "9": [
            0,
            10,
            25,
            50,
            75,
            90,
            100
        ]
    }
}