3 Keysight SD1 Command Reference
3. 3. 1 SD_Module Functions
3. 3. 1. 1 open
Initializes a hardware module and 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.
Using the serial number ensures the same module is always opened regardless of its
chassis or slot location.
Parameters
Name
Description
Inputs
productName
Module's product name (for example, "M3202A").
The product name can be found on the product
or can be retrieved with
.
serialNumber
Module's serial number (for example, "ES5641").
The serial number can be found on the product
or can be retrieved with
.
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
.
compatibility
Forces the channel numbers to be compatible with legacy models.
Channel numbering (channel enumeration) can start as CH0 or CH1.
See
Channel Numbering and Compatibility Mode
.
errorIn
(LabVIEW only) If it contains an error, the function will not be executed
and errorIn will be passed to errorOut
Outputs
moduleID
(Non-object-oriented languages only) Module identifier
or a negative number that indicates an error, see
.
errorOut
See
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);
28
Keysight M3100A/M3102A PXIe Digitizer User's Guide