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

Public Member Functions

void EnableObservation ()
 Enables the I2T observation.
 
void DisableObservation ()
 Disables the I2T observation.
 
bool IsObservationEnabled ()
 Return if I2T observation is enabled.
 
Single GetCurrentErrorLimit ()
 Returns the I2T current error limit [A].
 
void SetCurrentErrorLimit (Single value)
 Sets the I2T current error limit [A].
 
Single GetCurrentErrorTime ()
 Returns the I2T current error time [ms].
 
void SetCurrentErrorTime (Single value)
 Sets the I2T current error time [ms].
 
Single GetCurrentWarningLimit ()
 Returns the I2T current warning limit [A].
 
void SetCurrentWarningLimit (Single value)
 Sets the I2T current warning limit [A].
 
Single GetCurrentWarningTime ()
 Returns the I2T current warning time [ms].
 
void SetCurrentWarningTime (Single value)
 Sets the I2T current warning time [ms].
 
Single GetContinuousCurrent ()
 Returns the I2T continuous current [A].
 
void SetContinuousCurrent (Single value)
 Sets the I2T continuous current [A].
 

Member Function Documentation

◆ DisableObservation()

void Regatron.G5.Api.System.I2TObservation.DisableObservation ( )
inline

Disables the I2T observation.

Exceptions
G5ApiException

◆ EnableObservation()

void Regatron.G5.Api.System.I2TObservation.EnableObservation ( )
inline

Enables the I2T observation.

Exceptions
G5ApiException

◆ GetContinuousCurrent()

Single Regatron.G5.Api.System.I2TObservation.GetContinuousCurrent ( )
inline

Returns the I2T continuous current [A].

Exceptions
G5ApiException

◆ GetCurrentErrorLimit()

Single Regatron.G5.Api.System.I2TObservation.GetCurrentErrorLimit ( )
inline

Returns the I2T current error limit [A].

Exceptions
G5ApiException

◆ GetCurrentErrorTime()

Single Regatron.G5.Api.System.I2TObservation.GetCurrentErrorTime ( )
inline

Returns the I2T current error time [ms].

Exceptions
G5ApiException

◆ GetCurrentWarningLimit()

Single Regatron.G5.Api.System.I2TObservation.GetCurrentWarningLimit ( )
inline

Returns the I2T current warning limit [A].

Exceptions
G5ApiException

◆ GetCurrentWarningTime()

Single Regatron.G5.Api.System.I2TObservation.GetCurrentWarningTime ( )
inline

Returns the I2T current warning time [ms].

Exceptions
G5ApiException

◆ IsObservationEnabled()

bool Regatron.G5.Api.System.I2TObservation.IsObservationEnabled ( )
inline

Return if I2T observation is enabled.

Exceptions
G5ApiException

◆ SetContinuousCurrent()

void Regatron.G5.Api.System.I2TObservation.SetContinuousCurrent ( Single value)
inline

Sets the I2T continuous current [A].

Exceptions
G5ApiException

◆ SetCurrentErrorLimit()

void Regatron.G5.Api.System.I2TObservation.SetCurrentErrorLimit ( Single value)
inline

Sets the I2T current error limit [A].

Exceptions
G5ApiException

◆ SetCurrentErrorTime()

void Regatron.G5.Api.System.I2TObservation.SetCurrentErrorTime ( Single value)
inline

Sets the I2T current error time [ms].

Exceptions
G5ApiException

◆ SetCurrentWarningLimit()

void Regatron.G5.Api.System.I2TObservation.SetCurrentWarningLimit ( Single value)
inline

Sets the I2T current warning limit [A].

Exceptions
G5ApiException

◆ SetCurrentWarningTime()

void Regatron.G5.Api.System.I2TObservation.SetCurrentWarningTime ( Single value)
inline

Sets the I2T current warning time [ms].

Exceptions
G5ApiException