EasyManuals Logo

Keysight Technologies M8000 Series User Manual

Keysight Technologies M8000 Series
668 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #554 background imageLoading...
Page #554 background image
554 Keysight M8000 Series of BER Test Solutions User Guide
9 Utilities
Stopping a Script
To stop the currently running script, click the
Stop icon present on the
toolbar.
Please note that for few scripts, the Stop button sometimes do not
respond while trying to abort script execution. This means that once the
user presses the Stop button, the script execution stops, but the script
editor gives an impression that the script is running because the progress
indicator continues to run and Stop button is still clickable and Start
button is disabled.
To handle such scripts, the following exception should be used:
private void ExecuteScript()
{
try
{
m_Script.ExecuteCode(m_Code);
}
// Exceptions from in here will be ignored, otherwise
the program will close down involuntarily
catch (Exception) { }
finally
{
lock (m_AccessLocker)
{
m_Code = null;
}
}
}
Adding Duplicate Row/Selection in the Code

Table of Contents

Other manuals for Keysight Technologies M8000 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keysight Technologies M8000 Series and is the answer not in the manual?

Keysight Technologies M8000 Series Specifications

General IconGeneral
BrandKeysight Technologies
ModelM8000 Series
CategoryTest Equipment
LanguageEnglish

Related product manuals