• This function creates a user configuration and stores it in the browser's local storage.

    Parameters

    • dataSet: string[]

      An array of strings representing raw data to be saved.

    • dataFileType: string

      A string representing the type of data file.

    • Optional defaultTime: number

      Default time used in the the performance profile chart.

    • Optional gapLimit: number

      Gap limit used in the the performance profile chart.

    Returns void

    Throws

    This function may throw an error if it fails to store the user configuration in the local storage.

    Example

    CreateUserConfiguration(["raw data 1", "raw data 2"], "trc", 1500, 0.01);
    

Generated using TypeDoc with typedoc-material-theme.