Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias URLParameters

    The URL parameters recognized during EEvision startup, e.g., to specify the EDB file that should be loaded or different options for filtering the EDB.

    type URLParameters = {
        edb?: string;
        f?: ObjectID[] | null;
        famo?: number;
        fattr?: string | null;
        fblock?: string[] | null;
        ff?: string[] | null;
        fsig?: string | null;
        fsigf?: string[] | null;
        fv?: string[] | null;
        fwt?: string[] | null;
        home?: string | null;
        plink?: string | null;
    }
    Index

    Properties

    edb?: string

    Name of the EDB file to load. The filename must be relative to the web server's dataRoot.

    f?: ObjectID[] | null

    Module IDs for filtering EDB data to 100% model.

    famo?: number

    Filter attributes mode.

    Different attribute modes are no longer supported. The default mode supports a default language in case no translation of the target language is available (equivalent to famo=2).

    fattr?: string | null

    Enables the "filter attributes" post-process by specifying the suffix to attribute names.

    fblock?: string[] | null

    Enables the filter-block post-process; additional flags can be specified.

    ff?: string[] | null

    Flags for filtering EDB data to a 100% model.

    fsig?: string | null

    Enables the filter-by-signal post-process. Optionally an attribute name can be specified that has the signal name as its value. If no signal name should be used, set the parameter to the empty string.

    fsigf?: string[] | null

    Flags for the filter-by-signal process.

    fv?: string[] | null

    Activated/set variables for filtering EDB data to a 100% model.

    fwt?: string[] | null

    Enables the filter-wire-types post-process by listing the types of wires that should be preserved.

    Filter-wire-types is deprecated and will be removed in the 2026 release.

    home?: string | null

    Link that is opened when the user clicks on the "Home" button.

    plink?: string | null

    Permalink to a stored EEvision state.