Table of Contents

Advertisement

2 Software Tools: M31/M33XXA Digitizers
C++
int SD_Module::open(const char* productName, const char* serialNumber);
int SD_Module::open(const char* productName, int chassis, int slot);
int SD_Module::open(const char* productName, const char* serialNumber, int compatibility);
int SD_Module::open(const char* productName, int chassis, int slot, int compatibility);
Visual Studio .NET, MATLAB
int SD_Module::open(string productName, string serialNumber);
int SD_Module::open(string productName, int chassis, int slot);
int SD_Module::open(string productName, string serialNumber, int compatibility);
int SD_ Module::open(string productName, int chassis, int slot, int compatibility);
Python
int SD_Module::openWithSerialNumber(string productName, string serialNumber);
int SD_Module::openWithSlot(string productName, int chassis, int slot);
int SD_Module::openWithSerialNumberCompatibility(string productName, string serialNumber, int
compatibility);
int SD_ Module::openWithSlotCompatibility(string productName, int chassis, int slot, int
compatibility);
LabVIEW
open.vi
M3601A
Available: No

2. 4. 2. 2 close

This function releases all the resources allocated for the module instance. It must be always called
before exiting the application.
Parameters
Name
Inputs
moduleID (Non-object-oriented languages only) Module identifier, returned by function
errorIn
28
Description
(LabVIEW only) If it contains an error, the function will not be executed and errorIn will be
Keysight M31XXA/M33XXA Digitizer User's Guide
open (page 27)

Advertisement

Table of Contents
loading

This manual is also suitable for:

M33 a seriesM3100aM3102aM3201aM3202aM3300a ... Show all

Table of Contents