G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.Commands Class Referenceabstract
Inheritance diagram for Regatron.G5.Api.Commands:
Inheritance graph

Public Member Functions

virtual void ClearErrors ()
 This function resets the actual error state.

 
virtual void ClearWarnings ()
 Clear warnings.
 
virtual void ClearIncidents ()
 Clear warnings and errors.
 
virtual void SetVoltageOff ()
 Switches OFF the power output stage.
 
virtual void SetVoltageOn ()
 Switches ON the power output stage.
 
virtual void SaveSettings ()
 Save settings to hardware.
 
virtual void Reset ()
 Reset.
 

Member Function Documentation

◆ ClearErrors()

virtual void Regatron.G5.Api.Commands.ClearErrors ( )
inlinevirtual

This function resets the actual error state.

Exceptions
G5ApiException

◆ ClearIncidents()

virtual void Regatron.G5.Api.Commands.ClearIncidents ( )
inlinevirtual

Clear warnings and errors.

Exceptions
G5ApiException

◆ ClearWarnings()

virtual void Regatron.G5.Api.Commands.ClearWarnings ( )
inlinevirtual

Clear warnings.

Exceptions
G5ApiException

◆ Reset()

virtual void Regatron.G5.Api.Commands.Reset ( )
inlinevirtual

Reset.

Exceptions
G5ApiException

Reimplemented in Regatron.G5.Api.System.SystemCommands.

◆ SaveSettings()

virtual void Regatron.G5.Api.Commands.SaveSettings ( )
inlinevirtual

Save settings to hardware.

Exceptions
G5ApiException

◆ SetVoltageOff()

virtual void Regatron.G5.Api.Commands.SetVoltageOff ( )
inlinevirtual

Switches OFF the power output stage.

Exceptions
G5ApiException

◆ SetVoltageOn()

virtual void Regatron.G5.Api.Commands.SetVoltageOn ( )
inlinevirtual

Switches ON the power output stage.

Exceptions
G5ApiException

Reimplemented in Regatron.G5.Api.System.SystemCommands.