|
| Boolean | EnableVoltageSensing () |
| | Enable voltage sensing.
|
| |
| Boolean | DisableVoltageSensing () |
| | Disable voltage sensing.
|
| |
| Boolean | IsVoltageSensingEnabled () |
| | Returns whether the voltage sensing is enabled or not.
|
| |
| Single | GetMaximumVoltageCompensation () |
| | Get maximum deviation of the device output voltage from voltage reference.
|
| |
| Boolean | SetMaximumVoltageCompensation (Single maximum) |
| | Set Maximum deviation of the device output voltage from voltage reference.
|
| |
| Boolean | EnableVoltageDropObservation () |
| | Observation of sense voltage drop (difference between output voltage and sense voltage) is enabled.
|
| |
| Boolean | DisableVoltageDropObservation () |
| | Observation of sense voltage drop (difference between output voltage and sense voltage) is disabled.
|
| |
| Boolean | IsVoltageDropObservationEnabled () |
| | Observation of sense voltage drop (difference between output voltage and sense voltage) is disabled or enabled.
|
| |
| Single | GetVoltageDropObservationMaximumLevel () |
| | If the difference between output voltage and sense voltage is larger than this value for the time specified by SenseVoltageDropObservationMaximumDelay, an error will be issued.
|
| |
| Boolean | SetVoltageDropObservationMaximumLevel (Single level) |
| | If the difference between output voltage and sense voltage is larger than this value for the time specified by SenseVoltageDropObservationMaximumDelay, an error will be issued.
|
| |
| Single | GetVoltageDropObservationMaximumDelay () |
| | If the difference between output voltage and sense voltage is larger than the value specified by SenseVoltageDropObservationMaximumLevel for this period of time, an error will be issued.
|
| |
| Boolean | SetVoltageDropObservationMaximumDelay (Single delay) |
| | If the difference between output voltage and sense voltage is larger than the value specified by SenseVoltageDropObservationMaximumLevel for this period of time, an error will be issued.
|
| |