• This function downloads a customized user configuration as a JSON file.

    Parameters

    • newRawData: string[]

      Array of strings, where each string is a comma-separated representation of a row of data.

    • defaultTime: number

      Default time that will be used on all results with missing SolverTime or with a failed status.

    • gapLimit: number

    Returns void

    Remarks

    The function assumes the existence of a previously defined downloadCustomConfigurationButton which should be a reference to an HTML anchor (<a>) element used to trigger the file download.

    Example

    DownloadCustomizedUserConfiguration(traceData, 1200, 0.02;
    

Generated using TypeDoc