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

    Interface CanChannelCapacity

    CAN channel capacity.

    interface CanChannelCapacity {
        busParamLimits: CanBusParamLimits | undefined;
        channelCaps: CanChannelCap[];
        clockFrequency: number;
        maxBitRate: number;
    }
    Index

    Properties

    busParamLimits: CanBusParamLimits | undefined

    Bus parameter limits for the channel.

    channelCaps: CanChannelCap[]

    Supported channel capabilities.

    clockFrequency: number

    Clock frequency of the channel in Hz.

    maxBitRate: number

    Maximum bitrate of the channel. Zero means no limit on bitrate.