pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface LoraSubBand

    A slice of a band with its own transmit limits.

    interface LoraSubBand {
        dutyCyclePermille: number;
        endHz: number;
        maxEirpDbm: number;
        startHz: number;
    }
    Index
    dutyCyclePermille: number

    The share of time a transmitter may hold the channel, in parts per thousand, so 10 is one percent and 1000 is unrestricted.

    endHz: number

    The last frequency in the sub-band, in hertz.

    maxEirpDbm: number

    The power ceiling in dBm EIRP.

    startHz: number

    The first frequency in the sub-band, in hertz.