ocpp/v2_1/enum/islanding_detection
OCPP 2.1 IslandingDetection enumeration (schema IslandingDetectionEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
pub type IslandingDetection {
NoAntiIslandingSupport
RoCof
UvpOvp
UfpOfp
VoltageVectorShift
ZeroCrossingDetection
OtherPassive
ImpedanceMeasurement
ImpedanceAtFrequency
SlipModeFrequencyShift
SandiaFrequencyShift
SandiaVoltageShift
FrequencyJump
RclqFactor
OtherActive
}
Constructors
-
NoAntiIslandingSupport -
RoCof -
UvpOvp -
UfpOfp -
VoltageVectorShift -
ZeroCrossingDetection -
OtherPassive -
ImpedanceMeasurement -
ImpedanceAtFrequency -
SlipModeFrequencyShift -
SandiaFrequencyShift -
SandiaVoltageShift -
FrequencyJump -
RclqFactor -
OtherActive
Values
pub fn decoder() -> decode.Decoder(IslandingDetection)
Decode a IslandingDetection from its exact schema token.
pub fn to_json(value: IslandingDetection) -> json.Json
Encode a IslandingDetection to its exact schema token.