Update GUI with power supply's voltage and current readings
This commit is contained in:
@@ -26,8 +26,14 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace ProgramLib
|
||||
{
|
||||
/// <summary>
|
||||
/// Methods to call into actions
|
||||
/// </summary>
|
||||
public partial class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// Power on UUT
|
||||
/// </summary>
|
||||
public void UutPowerOn()
|
||||
{
|
||||
try
|
||||
@@ -49,6 +55,9 @@ namespace ProgramLib
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Power off UUT
|
||||
/// </summary>
|
||||
public void UutPowerOff()
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user