G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard > Class Template Referenceabstract
Inheritance diagram for Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >:
Inheritance graph

Public Member Functions

List< TConverterBoard > GetConverterBoards ()
 Get a list of all converter boards of a device.
 
TControllerBoard GetControllerBoard ()
 
DeviceInformation GetInformation ()
 Get a instance of DeviceInformation.
 
DeviceState GetState ()
 Get a instance of DeviceState.
 
DeviceReversePolarityProtection GetDeviceReversePolarityProtection ()
 

Properties

UInt16 DeviceId [get]
 Get the id of a device within a system.
 

Member Function Documentation

◆ GetControllerBoard()

TControllerBoard Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetControllerBoard ( )
abstract

◆ GetConverterBoards()

List< TConverterBoard > Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetConverterBoards ( )
abstract

Get a list of all converter boards of a device.

Exceptions
G5ApiException

◆ GetDeviceReversePolarityProtection()

DeviceReversePolarityProtection Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetDeviceReversePolarityProtection ( )
inline

◆ GetInformation()

DeviceInformation Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetInformation ( )
inline

Get a instance of DeviceInformation.

Exceptions
G5ApiException

◆ GetState()

DeviceState Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.GetState ( )
inline

Get a instance of DeviceState.

Exceptions
G5ApiException

Property Documentation

◆ DeviceId

UInt16 Regatron.G5.Api.Devices.DeviceBase< TControllerBoard, TConverterBoard >.DeviceId
get

Get the id of a device within a system.