![Tektronix TDSUSB2 Manual Download Page 171](http://html1.mh-extra.com/html/tektronix/tdsusb2/tdsusb2_manual_1078195171.webp)
R-GPIB Commands
void display_results(int scope);
/* parameters needed to access the device driver
handler */
#define BDINDEX 0
// Board Index
#define PRIMARY_ADDR_OF_DMM 1 // Primary
address of device
#define NO_SECONDARY_ADDR 0
// Secondary
address of device
#define TIMEOUT T10s
// Timeout value
= 10 seconds
#define EOTMODE 1
// Enable the END
message
#define EOSMODE 0
// Disable the EOS
mode
char ErrorMnemonic[21][5] = {"EDVR", "ECIC",
"ENOL", "EADR", "EARG",
"ESAC", "EABO", "ENEB", "EDMA", "",
"EOIP", "ECAP", "EFSO", "", "EBUS",
"ESTB", "ESRQ", "", "", "", "ETAB"};
/*
* After each GPIB call, the application checks
whether the call
* succeeded. If an NI-488.2 call fails, the GPIB
driver sets the
* corresponding bit in the global status
variable. If the call
* failed, this procedure prints an error message,
takes
* the device offline and exits.
*/
TDSUSB2 Universal Serial Bus Measurement Package
157
Summary of Contents for TDSUSB2
Page 24: ...Getting Started 10 TDSUSB2 Universal Serial Bus Measurement Package...
Page 32: ...Installation 18 TDSUSB2 Universal Serial Bus Measurement Package...
Page 61: ...Operating Basics TDSUSB2 Universal Serial Bus Measurement Package 47...
Page 76: ...Taking Measurements 62 TDSUSB2 Universal Serial Bus Measurement Package...
Page 90: ...Tutorial 76 TDSUSB2 Universal Serial Bus Measurement Package...
Page 160: ...Application Examples 146 TDSUSB2 Universal Serial Bus Measurement Package...
Page 230: ...Measurement Algorithms 216 TDSUSB2 Universal Serial Bus Measurement Package...
Page 250: ...Glossary 236 TDSUSB2 Universal Serial Bus Measurement Package...