![]() |
C# SDK documentation for ICC-4c, ICC-1c and ECC-1c controllers
|
Public Member Functions | |
bool | GetOutputStageEnabled (EChannel channel) |
Returns if output stage on driver is enabled. | |
void | SetOutputStageEnabled (EChannel channel, bool enabled) |
Enable/Disable output stage. | |
float | GetOutputStageCurrentLimit (EChannel channel) |
Returns current limit on output stage. | |
void | SetOutputStageCurrentLimit (EChannel channel, float limit) |
Set current limit on output stage. | |
float | GetOutputStageOutputCurrent (EChannel channel) |
Returns output stage current. | |
float | GetOutputStageSensorOutput (EChannel channel) |
Returns Output stage sensor output. | |
float ICC4cPwmSdk.Device.IOutputStage.GetOutputStageCurrentLimit | ( | EChannel | channel | ) |
Returns current limit on output stage.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
bool ICC4cPwmSdk.Device.IOutputStage.GetOutputStageEnabled | ( | EChannel | channel | ) |
Returns if output stage on driver is enabled.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
float ICC4cPwmSdk.Device.IOutputStage.GetOutputStageOutputCurrent | ( | EChannel | channel | ) |
Returns output stage current.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
float ICC4cPwmSdk.Device.IOutputStage.GetOutputStageSensorOutput | ( | EChannel | channel | ) |
Returns Output stage sensor output.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IOutputStage.SetOutputStageCurrentLimit | ( | EChannel | channel, |
float | limit ) |
Set current limit on output stage.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IOutputStage.SetOutputStageEnabled | ( | EChannel | channel, |
bool | enabled ) |