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

Table of Contents

Advertisement

/*****************************************************************************
* Function name:
*
Parameters:
*
*
*
Return value: none
*
Description:
*
******************************************************************************/
void GetTimeConversionFactors( double *xInc, double *xOrg )
{
/* Read values which are used to create time values */
WriteIO(":WAVeform:XINCrement?");
ReadDouble( xInc );
WriteIO(":WAVeform:XORigin?");
ReadDouble( xOrg );
}
GetTimeConversionFactors
double xInc which is the time between consecutive
sample points.
double xOrg which is the time value of the first data point.
This routine transfers the waveform conversion
factors for the time values.
Waveform Commands
DATA? Example for Analog Channels
30-21

Advertisement

Table of Contents
loading

Table of Contents