Sd_Module Functions; Open - Keysight M31 A Series User Manual

Table of Contents

Advertisement

2. 4. 2 SD_Module Functions

2. 4. 2. 1 open

This function initializes a hardware module therefore it must be called before using any other
module-related function. A module can be opened using the serial number or the chassis and slot
number. The first option ensures the same module is always opened regardless its chassis or slot
location.
Parameters
Name
Inputs
productName
serialNumber
chassis
slot
compatibility
errorIn
Outputs
moduleID
errorOut
C
int SD_Module_openWithSerialNumber(const char* productName, const char* serialNumber);
int SD_Module_openWithSlot(const char* productName, int chassis, int slot);
int SD_Module_openWithSerialNumberCompatibility(const char* productName, const char*
serialNumber, int compatibility);
int SD_Module_openWithSlotCompatibility(const char* productName, int chassis, int slot, int
compatibility);
Keysight M31XXA/M33XXA Digitizer User's Guide
Description
Complete product name (e.g."M3100A"). This name can be found on
the product, or in nearly any Keysight software. It can also be
retrieved with the function
getProductName (page 30)
Module Serial Number (e.g."ES5641"). The serial number can be
found on the product, or in nearly any Keysight software. It can also
be retrieved with the function
Number where the device is located. The chassis number can be
found in nearly any Keysight software. It can also be retrieved with
the function
getChassis (page 33)
Slot number where the device is plugged in. This number can be
found on the chassis, in nearly any Keysight software. It can also be
retrieved with the
functiongetSlot (page 34)
Forces the channel facing numbers to be compatible with legacy
models
(Table
0).
(LabVIEW only) If it contains an error, the function will not be
executed and errorIn will be passed to errorOut
(Non-object-oriented languages only) Module identifier, or a neg-
ative number for Error Codes in Section
See
Error Codes
2 Software Tools: M31/M33XXA Digitizers
getSerialNumber (page 32)
2.4.7
27

Advertisement

Table of Contents
loading

This manual is also suitable for:

M33 a seriesM3100aM3102aM3201aM3202aM3300a ... Show all

Table of Contents