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

    Interface SignalFilterSettings

    A message for defining a signal filter's settings.

    interface SignalFilterSettings {
        selectedSignals: string[];
        sourceIdentifiers: string[];
    }
    Index

    Properties

    selectedSignals: string[]

    A collection with the qualified names of the signals to log

    sourceIdentifiers: string[]

    A collection with identifiers of the sources to be used for each signal, should be in the same order with the same length as selected_signals