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

Public Member Functions

Boolean EnableReversePolarityProtection ()
 Enables the RPP functionality on all devices within the system. At power up the RPP relay is always open, regards less of the setting. At (first) VoltageOn the RPP relay will be closed. The RPP relay will re-open at VoltageOff state. After changing this setting it will only get effective after the next VoltageOn to VoltageOff transition. If no device has an RPP relay installed this setting has no effect.
 
Boolean DisableReversePolarityProtection ()
 Disables the RPP functionality on all devices within the system. At power up the RPP relay is always open, regards less of the setting. The RPP relay will stay closed at VoltageOff state. After changing this setting it will only get effective after the next VoltageOn to VoltageOff transition. If no device has an RPP relay installed this setting has no effect.
 
Boolean IsReversePolarityProtectionEnabled ()
 Returns whether the RPP functionality is enabled or not.
 
bool IsReversePolarityProtectionInstalled ()
 Returns whether the RPP is installed on all devices within the system.
 

Member Function Documentation

◆ DisableReversePolarityProtection()

Boolean Regatron.G5.Api.System.SystemReversePolarityProtection.DisableReversePolarityProtection ( )
inline

Disables the RPP functionality on all devices within the system. At power up the RPP relay is always open, regards less of the setting. The RPP relay will stay closed at VoltageOff state. After changing this setting it will only get effective after the next VoltageOn to VoltageOff transition. If no device has an RPP relay installed this setting has no effect.

Returns
Exceptions
G5ApiException

◆ EnableReversePolarityProtection()

Boolean Regatron.G5.Api.System.SystemReversePolarityProtection.EnableReversePolarityProtection ( )
inline

Enables the RPP functionality on all devices within the system. At power up the RPP relay is always open, regards less of the setting. At (first) VoltageOn the RPP relay will be closed. The RPP relay will re-open at VoltageOff state. After changing this setting it will only get effective after the next VoltageOn to VoltageOff transition. If no device has an RPP relay installed this setting has no effect.

Returns
Exceptions
G5ApiException

◆ IsReversePolarityProtectionEnabled()

Boolean Regatron.G5.Api.System.SystemReversePolarityProtection.IsReversePolarityProtectionEnabled ( )
inline

Returns whether the RPP functionality is enabled or not.

Returns
Exceptions
G5ApiException

◆ IsReversePolarityProtectionInstalled()

bool Regatron.G5.Api.System.SystemReversePolarityProtection.IsReversePolarityProtectionInstalled ( )
inline

Returns whether the RPP is installed on all devices within the system.

Returns
Exceptions
G5ApiException