|
ngscopeclient v0.3
|
UI state for a single power supply channel. More...
#include <PowerSupplyDialog.h>
Public Member Functions | |
| PowerSupplyChannelUIState (std::shared_ptr< SCPIPowerSupply > psu, int chan) | |
Public Attributes | |
| bool | m_outputEnabled |
| bool | m_overcurrentShutdownEnabled |
| bool | m_softStartEnabled |
| std::string | m_setVoltage |
| std::string | m_setCurrent |
| std::string | m_setSSRamp |
| float | m_committedSetVoltage |
| float | m_committedSetCurrent |
| float | m_committedSSRamp |
UI state for a single power supply channel.
Stores uncommitted values we haven't pushed to hardware, trends of previous values, etc