![]() |
G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
|
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]. | |
|
inline |
Disables the I2T observation.
| G5ApiException |
|
inline |
Enables the I2T observation.
| G5ApiException |
|
inline |
Returns the I2T continuous current [A].
| G5ApiException |
|
inline |
Returns the I2T current error limit [A].
| G5ApiException |
|
inline |
Returns the I2T current error time [ms].
| G5ApiException |
|
inline |
Returns the I2T current warning limit [A].
| G5ApiException |
|
inline |
Returns the I2T current warning time [ms].
| G5ApiException |
|
inline |
Return if I2T observation is enabled.
| G5ApiException |
|
inline |
Sets the I2T continuous current [A].
| G5ApiException |
|
inline |
Sets the I2T current error limit [A].
| G5ApiException |
|
inline |
Sets the I2T current error time [ms].
| G5ApiException |
|
inline |
Sets the I2T current warning limit [A].
| G5ApiException |
|
inline |
Sets the I2T current warning time [ms].
| G5ApiException |