Getserialnumber - Keysight M31 A Series User Manual

Table of Contents

Advertisement

2 Software Tools: M31/M33XXA Digitizers
M3601A
Available: No

2. 4. 2. 5 getSerialNumber

This function returns the serial number of the specified device.
Parameters
Name
Inputs
index
chassis
slot
errorIn
Outputs
serialNumber Serial number of the product. It can be used in function
errorOut
C
int SD_Module_getSerialNumberByIndex(int index, char *serialNumber);
int SD_Module_getSerialNumberBySlot(int chassis, int slot, char* serialNumber);
C++
int SD_Module::getSerialNumber(int index, char *serialNumber);
int SD_Module::getSerialNumber(int chassis, int slot, char* serialNumber);
Visual Studio .NET, MATLAB
int SD_Module::getSerialNumber(int index, char *serialNumber);
int SD_Module::getSerialNumber(int chassis, int slot, char* serialNumber);
32
Static Function: (Object-oriented languages only)
getSerialNumber is a static function
Description
Module index. It must be in the range 0..(nModules-1), where nModules is returned by func-
tion
moduleCount (page 29)
Chassis 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
Slot number where the device is plugged in. This number can be found on the chassis, or in
nearly any Keysight software. It can also be retrieved with the function
(LabVIEW only) If it contains an error, the function will not be executed and errorIn will be
passed to errorOut
Error Codes (page 81)
getChassis (page 33)
open (page 27)
Keysight M31XXA/M33XXA Digitizer User's Guide
getSlot (page 34)

Advertisement

Table of Contents
loading

This manual is also suitable for:

M33 a seriesM3100aM3102aM3201aM3202aM3300a ... Show all

Table of Contents