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
155
Summary of Contents for TDS5032
Page 1: ...TDSUSB2 Universal Serial Bus Measurement Package 077 0015 04 www tektronix com...
Page 12: ......
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 88: ...Tutorial 74 TDSUSB2 Universal Serial Bus Measurement Package...
Page 158: ...Application Examples 144 TDSUSB2 Universal Serial Bus Measurement Package...
Page 228: ...Measurement Algorithms 214 TDSUSB2 Universal Serial Bus Measurement Package...
Page 248: ...Glossary 234 TDSUSB2 Universal Serial Bus Measurement Package...