Getserialnumber - Keysight M3102A PXIe User Manual

Digitizers & digitizer combos
Hide thumbs Also See for M3102A PXIe:
Table of Contents

Advertisement

3. 3. 1. 5 getSerialNumber

Returns the serial number of the specified module.
Parameters
Name
Inputs
index
chassis
slot
errorIn
Outputs
serialNumber
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, string serialNumber);
int SD_Module::getSerialNumber(int chassis, int slot, string serialNumber);
Python
SD_Module.getSerialNumberByIndex(index, serialNumber)
SD_Module.getSerialNumberBySlot(chassis, slot, serialNumber)
LabVIEW
Available: No
M3601A
Available: No
Keysight M3100A/M3102A PXIe Digitizer User's Guide
Static Function: (Object-oriented languages only)
getSerialNumber is a static function
Description
Module index. It must be in the range (0 to nModules-1),
where nModules is returned by moduleCount on page 31.
Chassis number where the module is located.
The chassis number can be found in Keysight SD1 software
or can be retrieved with getChassis on page 34.
Slot number in the chassis where the module is located.
The slot number can be found on the chassis
or can be retrieved with getSlot on page 35.
(LabVIEW only) If it contains an error, the function will not be executed
and errorIn will be passed to errorOut
Serial number of the specified module.
This serial number can be used in open on page 28.
See
Error Codes on page 83
3 Keysight SD1 Command Reference
33

Advertisement

Table of Contents
loading

This manual is also suitable for:

M3300a awgM3100a pxieM3302a awg

Table of Contents