ElectricalPowerMeasurementTrait.Feature

data class ElectricalPowerMeasurementTrait.Feature


ElectricalPowerMeasurement Trait FeatureMap.

Summary

Public constructors

Feature(
    directCurrent: Boolean,
    alternatingCurrent: Boolean,
    polyphasePower: Boolean,
    harmonics: Boolean,
    powerQuality: Boolean
)

Creates the Feature data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean

Supports the measurement of an alternating current.

Boolean

Supports the measurement of a direct current.

Boolean

Supports the measurement of the harmonics of an alternating current.

Boolean

Supports the measurement of polyphase power.

Boolean

Supports the measurement of the harmonic phases of an alternating current.

Public constructors

Feature

Feature(
    directCurrent: Boolean = false,
    alternatingCurrent: Boolean = false,
    polyphasePower: Boolean = false,
    harmonics: Boolean = false,
    powerQuality: Boolean = false
)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

alternatingCurrent

val alternatingCurrent: Boolean

Supports the measurement of an alternating current.

directCurrent

val directCurrent: Boolean

Supports the measurement of a direct current.

harmonics

val harmonics: Boolean

Supports the measurement of the harmonics of an alternating current.

polyphasePower

val polyphasePower: Boolean

Supports the measurement of polyphase power.

powerQuality

val powerQuality: Boolean

Supports the measurement of the harmonic phases of an alternating current.