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 #574 background imageLoading...
Page #574 background image
574 Keysight M8000 Series of BER Test Solutions User Guide
9 Utilities
Useful Sources of Information
• http://ironpython.net/
Home of the IronPython project.
Especially the IronPython .Net Integration documentation is a valuable
source of information regarding access to the .Net framework
(http://ironpython.net/documentation/dotnet/ )
• https://www.python.org/
Home of the python programming language. This is the preferred
souorce of information regarding to the language syntax itself.
When referring the language documentation make sure to use the
Python 2.7 documentation.
Keep in mind that Python is not the same as IronPython, so Python
libraries or modules are not necessarily working with IronPython.
• https://msdn.microsoft.com/en-us/library/gg145045(v=vs.100).aspx
Title: NET Framework Class Library
Programming reference of the .NET framework that is accessible to
IronPython scripts.
Useful Code Snippets
Importing core .NET functionality
The base .NET functionality is implemented in mscorlib.dll
Making a .NET data type available to the script requires loading the
assembly and importing the data type.
Example: Importing and using System.UInt64
clr.AddReference("mscorlib")
from System import UInt64
comparedBits = UInt64(0)
comparedBits = comparedBits + UInt64(1e6)
Using .NET Generic Types
It is often required to use generic types when calling .NET code.
The C# code to instantiate a List of Strings looks like this:
using System;
using System.Collections.Generic;
var stringList = new List<string>()

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