Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 855

Table of Contents

Advertisement

/* Read the next byte which tells how many bytes to read for the number
* of waveform data bytes to transfer value.
*/
ReadByte( &cData, 1L );
BytesToRead = cData - '0';
/* Reads the number of data bytes that will be transfered */
BytesRead = ReadByte( header_str, BytesToRead );
header_str[BytesRead] = '\0';
BytesToRead = atoi( header_str );
return BytesToRead;
}
/******************************************************************************
*
Function name: GetTimeConversionFactors
*
Parameters:
*
Return value:
*
Description:
*
*****************************************************************************/
Void GetTimeConversionFactors( void )
{
/* Read values which are used to create time values */
WriteIO(":WAVeform:XINCrement?");
ReadDouble( &xInc );
WriteIO(":WAVeform:XORigin?");
ReadDouble( &xOrg );
}
/* Convert to a number */
none
none
This routine transfers the waveform conversion
factors for the time values.
Waveform Commands
DATA? Example for Digital Channels
30-33

Advertisement

Table of Contents
loading

Table of Contents