Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface IEnvelopeView

    Interface for envelope view parameters.

    interface IEnvelopeView {
        endTimeUs?: number;
        forceUpdateCounter?: number;
        startTimeUs?: number;
        width?: number;
        windowUs?: number;
    }
    Index

    Properties

    endTimeUs?: number

    The end time of the view in microseconds.

    forceUpdateCounter?: number

    Optional counter to force update the envelopes. Change it to trigger a refresh even if other parameters have not changed.

    startTimeUs?: number

    The start time of the view in microseconds.

    width?: number

    The width of the view in pixels.

    windowUs?: number

    The time window of the view in microseconds. If start and end is not set then this defines the window.