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

Public Member Functions

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

Member Function Documentation

◆ DisableMaximumObservation()

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

Disable current maximum observation.

Exceptions
G5ApiException

◆ DisableMinimumObservation()

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

Disable current minimum observation.

Exceptions
G5ApiException

◆ EnableMaximumObservation()

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

Enable current maximum observation.

Exceptions
G5ApiException

◆ EnableMinimumObservation()

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

Enable current minimum observation.

Exceptions
G5ApiException

◆ GetLowerErrorTripLimit()

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

Returns lower current error trigger limit value [A].

Exceptions
G5ApiException

◆ GetLowerErrorTripLimitDelay()

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

Returns lower current limit error delay time [ms].

Exceptions
G5ApiException

◆ GetLowerWarningTripLimit()

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

Returns lower voltage warning trigger limit value [V].

Exceptions
G5ApiException

◆ GetLowerWarningTripLimitDelay()

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

Returns lower voltage limit warning delay time [ms].

Exceptions
G5ApiException

◆ GetUpperErrorTripLimit()

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

Returns upper current error trigger limit value [A].

Exceptions
G5ApiException

◆ GetUpperErrorTripLimitDelay()

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

Returns upper current limit error delay time [ms].

Exceptions
G5ApiException

◆ GetUpperWarningTripLimit()

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

Returns upper voltage warning trigger limit value [V].

Exceptions
G5ApiException

◆ GetUpperWarningTripLimitDelay()

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

Returns upper voltage limit warning delay time [ms].

Exceptions
G5ApiException

◆ IsMaximumObservationEnabled()

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

Return if current maximum observation is enabled.

Exceptions
G5ApiException

◆ IsMinimumObservationEnabled()

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

Return if current minimum observation is enabled.

Exceptions
G5ApiException

◆ SetLowerErrorTripLimit()

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

Set a new value for lower current error trigger limit [A].

Exceptions
G5ApiException

◆ SetLowerErrorTripLimitDelay()

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

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

Exceptions
G5ApiException

◆ SetLowerWarningTripLimit()

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

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

Exceptions
G5ApiException

◆ SetLowerWarningTripLimitDelay()

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

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

Exceptions
G5ApiException

◆ SetUpperErrorTripLimit()

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

Set a new value for upper current error trigger limit [A].

Exceptions
G5ApiException

◆ SetUpperErrorTripLimitDelay()

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

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

Exceptions
G5ApiException

◆ SetUpperWarningTripLimit()

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

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

Exceptions
G5ApiException

◆ SetUpperWarningTripLimitDelay()

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

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

Exceptions
G5ApiException