예제 #1
0
 /// <summary>
 /// Set the output
 /// </summary>
 /// <param name="val"></param>
 public virtual void Set(KiloPascal val)
 {
     if (val != Value)
     {
         PrSystem.SetPressure(this, val);
     }
 }
예제 #2
0
 /// <summary>
 /// Sesend the last command
 /// </summary>
 public virtual void Resend()
 {
     PrSystem.SetPressure(this, Value);
 }