G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.System.PowerLoadProtection Class Referencesealed

Public Member Functions

void DisableMinimumObservation ()
 Disable power minimum observation.
 
void EnableMinimumObservation ()
 Enable power minimum observation.
 
Boolean IsMinimumObservationEnabled ()
 Return if power minimum observation is enabled.
 
void DisableMaximumObservation ()
 Disable power maximum observation.
 
void EnableMaximumObservation ()
 Enable power maximum observation.
 
Boolean IsMaximumObservationEnabled ()
 Return if power maximum observation is enabled.
 
Single GetUpperErrorTripLimit ()
 Returns upper power error trigger limit value [W].
 
void SetUpperErrorTripLimit (Single value)
 Set a new value for upper power error trigger limit [W].
 
Single GetLowerErrorTripLimit ()
 Returns lower power trip limit value [W].
 
void SetLowerErrorTripLimit (Single value)
 Set a new value for lower power error trigger limit [W].
 
Single GetUpperErrorTripLimitDelay ()
 Returns upper power limit error delay time [ms].
 
void SetUpperErrorTripLimitDelay (Single value)
 Set a new value for upper power trip limit error delay time [ms].
 
Single GetLowerErrorTripLimitDelay ()
 Returns lower power limit error delay time [ms].
 
void SetLowerErrorTripLimitDelay (Single value)
 Set a new value for lower power trip limit error delay time [ms].
 
Single GetUpperWarningTripLimit ()
 Returns upper power warning trigger limit value [V].
 
void SetUpperWarningTripLimit (Single value)
 Set a new value for upper power warning trigger limit [V].
 
Single GetLowerWarningTripLimit ()
 Returns lower power warning trigger limit value [V].
 
void SetLowerWarningTripLimit (Single value)
 Set a new value for lower power warning trigger limit [V].
 
Single GetUpperWarningTripLimitDelay ()
 Returns upper power limit warning delay time [ms].
 
void SetUpperWarningTripLimitDelay (Single value)
 Set a new value for upper power limit warning delay time [ms].
 
Single GetLowerWarningTripLimitDelay ()
 Returns lower power limit warning delay time [ms].
 
void SetLowerWarningTripLimitDelay (Single value)
 Set a new value for lower power trip limit warning delay time [ms].
 

Member Function Documentation

◆ DisableMaximumObservation()

void Regatron.G5.Api.System.PowerLoadProtection.DisableMaximumObservation ( )
inline

Disable power maximum observation.

Exceptions
G5ApiException

◆ DisableMinimumObservation()

void Regatron.G5.Api.System.PowerLoadProtection.DisableMinimumObservation ( )
inline

Disable power minimum observation.

Exceptions
G5ApiException

◆ EnableMaximumObservation()

void Regatron.G5.Api.System.PowerLoadProtection.EnableMaximumObservation ( )
inline

Enable power maximum observation.

Exceptions
G5ApiException

◆ EnableMinimumObservation()

void Regatron.G5.Api.System.PowerLoadProtection.EnableMinimumObservation ( )
inline

Enable power minimum observation.

Exceptions
G5ApiException

◆ GetLowerErrorTripLimit()

Single Regatron.G5.Api.System.PowerLoadProtection.GetLowerErrorTripLimit ( )
inline

Returns lower power trip limit value [W].

Exceptions
G5ApiException

◆ GetLowerErrorTripLimitDelay()

Single Regatron.G5.Api.System.PowerLoadProtection.GetLowerErrorTripLimitDelay ( )
inline

Returns lower power limit error delay time [ms].

Exceptions
G5ApiException

◆ GetLowerWarningTripLimit()

Single Regatron.G5.Api.System.PowerLoadProtection.GetLowerWarningTripLimit ( )
inline

Returns lower power warning trigger limit value [V].

Exceptions
G5ApiException

◆ GetLowerWarningTripLimitDelay()

Single Regatron.G5.Api.System.PowerLoadProtection.GetLowerWarningTripLimitDelay ( )
inline

Returns lower power limit warning delay time [ms].

Exceptions
G5ApiException

◆ GetUpperErrorTripLimit()

Single Regatron.G5.Api.System.PowerLoadProtection.GetUpperErrorTripLimit ( )
inline

Returns upper power error trigger limit value [W].

Exceptions
G5ApiException

◆ GetUpperErrorTripLimitDelay()

Single Regatron.G5.Api.System.PowerLoadProtection.GetUpperErrorTripLimitDelay ( )
inline

Returns upper power limit error delay time [ms].

Exceptions
G5ApiException

◆ GetUpperWarningTripLimit()

Single Regatron.G5.Api.System.PowerLoadProtection.GetUpperWarningTripLimit ( )
inline

Returns upper power warning trigger limit value [V].

Exceptions
G5ApiException

◆ GetUpperWarningTripLimitDelay()

Single Regatron.G5.Api.System.PowerLoadProtection.GetUpperWarningTripLimitDelay ( )
inline

Returns upper power limit warning delay time [ms].

Exceptions
G5ApiException

◆ IsMaximumObservationEnabled()

Boolean Regatron.G5.Api.System.PowerLoadProtection.IsMaximumObservationEnabled ( )
inline

Return if power maximum observation is enabled.

Exceptions
G5ApiException

◆ IsMinimumObservationEnabled()

Boolean Regatron.G5.Api.System.PowerLoadProtection.IsMinimumObservationEnabled ( )
inline

Return if power minimum observation is enabled.

Exceptions
G5ApiException

◆ SetLowerErrorTripLimit()

void Regatron.G5.Api.System.PowerLoadProtection.SetLowerErrorTripLimit ( Single value)
inline

Set a new value for lower power error trigger limit [W].

Exceptions
G5ApiException

◆ SetLowerErrorTripLimitDelay()

void Regatron.G5.Api.System.PowerLoadProtection.SetLowerErrorTripLimitDelay ( Single value)
inline

Set a new value for lower power trip limit error delay time [ms].

Exceptions
G5ApiException

◆ SetLowerWarningTripLimit()

void Regatron.G5.Api.System.PowerLoadProtection.SetLowerWarningTripLimit ( Single value)
inline

Set a new value for lower power warning trigger limit [V].

Exceptions
G5ApiException

◆ SetLowerWarningTripLimitDelay()

void Regatron.G5.Api.System.PowerLoadProtection.SetLowerWarningTripLimitDelay ( Single value)
inline

Set a new value for lower power trip limit warning delay time [ms].

Exceptions
G5ApiException

◆ SetUpperErrorTripLimit()

void Regatron.G5.Api.System.PowerLoadProtection.SetUpperErrorTripLimit ( Single value)
inline

Set a new value for upper power error trigger limit [W].

Exceptions
G5ApiException

◆ SetUpperErrorTripLimitDelay()

void Regatron.G5.Api.System.PowerLoadProtection.SetUpperErrorTripLimitDelay ( Single value)
inline

Set a new value for upper power trip limit error delay time [ms].

Exceptions
G5ApiException

◆ SetUpperWarningTripLimit()

void Regatron.G5.Api.System.PowerLoadProtection.SetUpperWarningTripLimit ( Single value)
inline

Set a new value for upper power warning trigger limit [V].

Exceptions
G5ApiException

◆ SetUpperWarningTripLimitDelay()

void Regatron.G5.Api.System.PowerLoadProtection.SetUpperWarningTripLimitDelay ( Single value)
inline

Set a new value for upper power limit warning delay time [ms].

Exceptions
G5ApiException