//glennj 6/11/2013
 /// <summary>
 /// Forces the AWG to update it's local diag loop state
 /// </summary>
 /// <param name="awg">the AWG object</param>
 public void UpdateDiagnosticControlLoopCopy(IAWG awg)
 {
     awg.DiagControlLoopQuery();
 }