//glennj 6/12/2013
 /// <summary>
 /// Forces the AWG to do all of the Normal diagnostics and<para>
 /// saves a copy of the results.</para>
 /// </summary>
 /// <param name="awg"></param>
 public void ExecuteImmediateDiagnosticsAndGetResult(IAWG awg)
 {
     awg.DiagImmediateQuery();
 }