Agilent Technologies Infiniium 90000 Series Programmer's Manual page 951

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

}
/***********************************************************************
*******
*
*
*
tes
*
*
ad
*
on
*
************************************************************************
******/
unsigned long ReadByte( char *buffer, unsigned long BytesToRead )
{
}
/***********************************************************************
*******
*
*
store
*
tes
*
*
ad
*
*
************************************************************************
******/
unsigned long ReadWord( short *buffer, unsigned long BytesToRead )
{
}
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
iwrite( scope, buffer, BytesToWrite, send_end, &actualcnt );
Function name: ReadByte
Parameters:
char *buffer which is a pointer to the array to store
the read bytes unsigned long BytesToRead which indica
the maximum number of bytes to read
Return value:
integer which indicates the actual number of bytes re
Description: This routine inputs strings from the scope device sessi
using SICL commands.
unsigned long BytesRead=0L;
int reason;
BytesRead = BytesToRead;
iread( scope, buffer, BytesToRead, &reason, &BytesRead );
return BytesRead;
Function name: ReadWord
Parameters:
short *buffer which is a pointer to the word array to
the bytes read unsigned long BytesToRead which indica
the maximum number of bytes to read
Return value:
integer which indicates the actual number of bytes re
Description: This routine inputs an array of short values from the
oscilloscope device session using SICL commands.
long BytesRead=0L;
int reason;
BytesRead = BytesToRead;
iread( scope, (char *) buffer, BytesToRead, &reason, &BytesRead );
return BytesRead;
34
Waveform Commands
951

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents