コード例 #1
0
 public void WaitUntilComplete(Ivi.Driver.PrecisionTimeSpan maxTime)
 {
     Adapter.ViSessionStatusCheck(IviDownconverterInterop.WaitUntilFrequencySweepComplete(Adapter.Session, (int)maxTime.TotalMilliseconds));
 }
コード例 #2
0
 public void WaitUntilSettled(Ivi.Driver.PrecisionTimeSpan maxTime)
 {
     Adapter.ViSessionStatusCheck(IviDownconverterInterop.WaitUntilSettled(Adapter.Session, (int)maxTime.TotalMilliseconds));
 }