Getproductname - 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. 4 getProductName

Returns the product name of the specified module.
Parameters
Name
Inputs
index
chassis
slot
errorIn
Outputs
productName
errorOut
C
int SD_Module_getProductNameByIndex(int index, char *productName);
int SD_Module_getProductNameBySlot(int chassis, int slot, char* productName);
C++
int SD_Module::getProductName(int index, char *productName);
int SD_Module::getProductName(int chassis, int slot, char* productName);
Visual Studio .NET, MATLAB
int SD_Module::getProductName(int index, string productName);
int SD_Module::getProductName(int chassis, int slot, string productName);
Python
SD_Module.getProductNameByIndex(index, productName)
SD_Module.getProductNameBySlot(chassis, slot, productName)
LabVIEW
Available: No
M3601A
Available: No
32
Static Function: (Object-oriented languages only)
getProductName 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.
Product name of the specified module.
This product name can be used in open on page 28.
See
Error Codes on page 83
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