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

Table of Contents

Advertisement

/*****************************************************************************
* Function name:
*
Parameters:
*
*
*
Return value: none
*
Description:
*
******************************************************************************/
void GetVoltageConversionFactors( double *yInc, double *yOrg )
{
/* Read values which are used to convert data to voltage values */
WriteIO(":WAVeform:YINCrement?");
ReadDouble( yInc );
WriteIO(":WAVeform:YORigin?");
ReadDouble( yOrg );
}
GetVoltageConversionFactors
double yInc which is the voltage difference represented by
adjacent waveform data digital codes.
double yOrg which is the voltage value of digital code 0.
This routine reads the conversion factors used to convert
waveform data to volts.
Waveform Commands
DATA? Example for Analog Channels
30-19

Advertisement

Table of Contents
loading

Table of Contents