Table of Contents

Advertisement

Python
int SD_Module::FPGAwritePCport(int nPCport, int [] data, int address, int addressMode, int
accessMode);
LabVIEW
PCportWrite.vi
M3601A
Available: No

2. 4. 3. 2 FPGAreadPCport

This function reads data at the PCport FPGA Block.
Parameters
Name
Inputs
moduleID
nPCport
address
dataSize
errorIn
Outputs
data
moduleIDout
errorOut
C
int SD_Module_FPGAreadPCport(int moduleID, int nPCport, int* data, int dataSize, int address, int
addressMode, int accessMode);
C++
int SD_Module::FPGAreadPCport(int nPCport, int* data, int dataSize, int address, SD_
AddressingMode addressMode, SD_AccessMode accessMode);
Keysight M31XXA/M33XXA Digitizer User's Guide
Description
(Non-object-oriented languages only) Module identifier, returned by
function
open (page 27)
PCport number
Address that will appear the PCport interface
Number of 32-bit words to read (maximum is 128 words)
(LabVIEW only) If it contains an error, the function will not be
executed and errorIn will be passed to errorOut
Rx data buffer
(LabVIEW only) A copy of moduleID
Error Codes (page 81)
2 Software Tools: M31/M33XXA Digitizers
39

Advertisement

Table of Contents
loading

This manual is also suitable for:

M33 a seriesM3100aM3102aM3201aM3202aM3300a ... Show all

Table of Contents