Sd_Module Functions; Open - Keysight M3102A PXIe User Manual

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

Advertisement

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
Inputs
productName
serialNumber
chassis
slot
compatibility
errorIn
Outputs
moduleID
errorOut
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
Description
Module's product name (for example, "M3202A").
The product name can be found on the product
or can be retrieved with getProductName on page 32.
Module's serial number (for example, "ES5641").
The serial number can be found on the product
or can be retrieved with getSerialNumber on page 33.
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.
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
(LabVIEW only) If it contains an error, the function will not be executed
and errorIn will be passed to errorOut
(Non-object-oriented languages only) Module identifier
or a negative number that indicates an error, see
Codes on page 83.
See
Error Codes on page 83
Mode.
Error
Keysight M3100A/M3102A PXIe Digitizer User's Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

M3300a awgM3100a pxieM3302a awg

Table of Contents