Sd_Module Functions (Fpga-Related); Fpgawritepcport - Keysight M31 A Series User Manual

Table of Contents

Advertisement

2 Software Tools: M31/M33XXA Digitizers

2. 4. 3 SD_Module Functions (FPGA-related)

The following programming functions are related to Keysight's FPGA technology and Keysight
M3602A programming environment. Please check the Keysight M3602A datasheet for more
information [1].

2. 4. 3. 1 FPGAwritePCport

This function writes data at the PCport FPGA Block.
Parameters
Name
Inputs
moduleID
nPCport
address
data
dataSize
errorIn
Outputs
moduleIDout (LabVIEW only) A copy of moduleID
errorOut
C
int SD_Module_FPGAwritePCport(int moduleID, int nPCport, long* data, int dataSize, int address,
int addressMode, int accessMode);
C++
int SD_Module::FPGAwritePCport(int nPCport, int* data, int dataSize, int address, SD_
AddressingMode addressMode, SD_AccessMode accessMode);
Visual Studio .NET, MATLAB
int SD_Module::FPGAwritePCport(int nPCport, int [] data, int address, SD_AddressingMode
addressMode, SD_AccessMode accessMode);
38
Description
(Non-object-oriented languages only) Module identifier, returned by function
PCport number
Address that will appear the PCport interface
Tx data buffer
Number of 32-bit words to write (maximum is 128 words)
(LabVIEW only) If it contains an error, the function will not be executed and errorIn will be
passed to errorOut
Error Codes (page 81)
Keysight M31XXA/M33XXA Digitizer User's Guide
open (page 27)

Advertisement

Table of Contents
loading

This manual is also suitable for:

M33 a seriesM3100aM3102aM3201aM3202aM3300a ... Show all

Table of Contents