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

Public Member Functions

Boolean EnableMeasurementAtVoltageOff ()
 Enable the setting of output measurement at voltage off.
 
Boolean DisableMeasurementAtVoltageOff ()
 Disable the setting of output measurement at voltage off.
 
Boolean IsMeasurementAtVoltageOffEnabled ()
 Get the status of the Output measurement at voltage off setting.
 
Boolean IsMeasurementActive ()
 Get the actual status of the output measurement.
 

Member Function Documentation

◆ DisableMeasurementAtVoltageOff()

Boolean Regatron.G5.Api.System.OutputMeasurement.DisableMeasurementAtVoltageOff ( )
inline

Disable the setting of output measurement at voltage off.

Returns
Exceptions
G5ApiException

◆ EnableMeasurementAtVoltageOff()

Boolean Regatron.G5.Api.System.OutputMeasurement.EnableMeasurementAtVoltageOff ( )
inline

Enable the setting of output measurement at voltage off.

Returns
Exceptions
G5ApiException

◆ IsMeasurementActive()

Boolean Regatron.G5.Api.System.OutputMeasurement.IsMeasurementActive ( )
inline

Get the actual status of the output measurement.

Returns
true: output measurement is currently active.
false: output measurement is currently not active.
Exceptions
G5ApiException

◆ IsMeasurementAtVoltageOffEnabled()

Boolean Regatron.G5.Api.System.OutputMeasurement.IsMeasurementAtVoltageOffEnabled ( )
inline

Get the status of the Output measurement at voltage off setting.

Returns
true: Output measurement at voltage off is configured to be enabled.
false: Output measurement at voltage off is configured to be disabled.
Exceptions
G5ApiException