terabitsPerSecond property

InformationRateUnits terabitsPerSecond
final

The metric unit for one trillion bits per second.

Implementation

static final InformationRateUnits terabitsPerSecond =
    InformationRateUnits.informationPerTime(
        Information.terabits, Time.seconds);