3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
35
3. 3. 1. 7 getSlot
Returns the slot number of where a module is located in the chassis.
Static Function: (Object-oriented languages only)
getSlot 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
errorIn
(LabVIEW only) If it contains an error, the function will not be executed and errorIn will be passed
to errorOut
Outputs
slot
Slot number of where the module is located in the chassis.
Negative numbers indicate an error, see
errorOut (LabVIEW only) See
C
int SD_Module_getSlot(int index);
C++
int SD_Module::getSlot(int index);
Visual Studio .NET, MATLAB
int SD_Module::getSlot(int index);
Python
SD_Module.getSlot()
SD_Module.getSlotByIndex(index)
LabVIEW
Available: No
M3601A
Available: No