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

    Function useSignalDataEnvelopes

    • A hook for extracting signal data envelopes to be used for graphical visualization.

      Parameters

      • id: number

        The unique id of the view.

      • subscriptionName: string

        The subscription name for the data. Must be unique per view.

      • subscribedSignals: { qualifiedName: string; sourceId?: string }[]

        The subscribed signals with their qualified names and optional source identifiers.

      • view: IEnvelopeView

        Optional view parameters to define the time range and width for the envelopes.

      Returns ISignalDataEnvelope[]

      The extracted signal data envelopes.