3
Setting up the M5200x software
3.5.2: Starting M5200x API
66
You may access the M5200x API to control and configure the connected
instruments using the 'ktM5200x' Library available in Python, C/C++ and
.NET programming languages.
The following work flow, using Python commands, shows how to use
Keysight M5200x Programming Libraries:
1
Import required system components and python libraries (as needed).
Examples:
import sys
import os
import numpy as np # For keysight_ktm5200x arrays
2
Import the M5200x Python library for programming the M5200A card.
Example:
import keysight_ktm5200x as m5200x
3
Proceed with creating module objects and defining other M5200x
functions.
For more information regarding M5200x API programming functions, refer
to the Help files, which are available in C:\Program Files\Keysight\
M5200x, for each programming language.
M5200A PXIe Digitizer Modules Startup Guide
Need help?
Do you have a question about the M5200A and is the answer not in the manual?