ElectricalPowerMeasurementTrait.Feature

data class ElectricalPowerMeasurementTrait.Feature : ClusterBitmap


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

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

Public properties

alternatingCurrent

val alternatingCurrentBoolean

Supports the measurement of an alternating current.

directCurrent

val directCurrentBoolean

Supports the measurement of a direct current.

harmonics

val harmonicsBoolean

Supports the measurement of the harmonics of an alternating current.

polyphasePower

val polyphasePowerBoolean

Supports the measurement of polyphase power.

powerQuality

val powerQualityBoolean

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