You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the commands of the SCPI Status subsystem.
PowerSupply QUEStionable (taken from https://www.ivifoundation.org/docs/scpi-99.pdf Page 794):
For a power supply, the bits of interest in the QUEStionable status structure are VOLTage and CURRent. When a power supply is operating as a voltage source, bit 1 (CURRent) shall be set. When a power supply is operating as a current source, bit 0 (VOLTage) shall be set. When the output is unregulated, both bits shall be set (for example, while the output is changing to a new programmed value).
The text was updated successfully, but these errors were encountered:
Implement the commands of the SCPI Status subsystem.
PowerSupply QUEStionable (taken from https://www.ivifoundation.org/docs/scpi-99.pdf Page 794):
For a power supply, the bits of interest in the QUEStionable status structure are VOLTage and CURRent. When a power supply is operating as a voltage source, bit 1 (CURRent) shall be set. When a power supply is operating as a current source, bit 0 (VOLTage) shall be set. When the output is unregulated, both bits shall be set (for example, while the output is changing to a new programmed value).
The text was updated successfully, but these errors were encountered: