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