User Manual
Table Of Contents
- Guaranty and Declaration
- Safety Requirement
- MSO2000A/DS2000A Series Overview
- Document Overview
- Chapter 1 Quick Start
- Chapter 2 To Set the Vertical System
- Chapter 3 To Set the Horizontal System
- Chapter 4 To Set the Sample System
- Chapter 5 To Trigger the Oscilloscope
- Trigger Source
- Trigger Mode
- Trigger Coupling
- Trigger Holdoff
- Noise Rejection
- Trigger Type
- Edge Trigger
- Pulse Trigger
- Runt Trigger
- Windows Trigger (Option)
- Nth Edge Trigger (Option)
- Slope Trigger
- Video Trigger (HDTV Option)
- Pattern Trigger
- Delay Trigger (Option)
- TimeOut Trigger (Option)
- Duration Trigger (Option)
- Setup/Hold Trigger
- RS232 Trigger
- I2C Trigger
- SPI Trigger
- USB Trigger (Option)
- CAN Trigger (Option)
- Trigger Output Connector
- Chapter 6 MATH and Measurements
- Chapter 7 Digital Channel
- Chapter 8 Protocol Decoding
- Chapter 9 Reference Waveform
- Chapter 10 Pass/Fail Test
- Chapter 11 Waveform Record
- Chapter 12 Display Control
- Chapter 13 Signal Source
- Chapter 14 Store and Recall
- Chapter 15 System Function Setting
- Chapter 16 Remote Control
- Chapter 17 Troubleshooting
- Chapter 18 Specifications
- Chapter 19 Appendix
- Index
RIGOL Chapter 6 MATH and Measurements
6-10 MSO2000A/DS2000A User’s Guide
Logic Operation
Perform logic operation on the waveform voltage values of the specified sources
point by point and display the results. In operation, when the voltage value of the
source channel is greater than the threshold of the corresponding channel, it is
regarded as logic “1”; otherwise logic “0”. The following common logic operation
expressions are provided.
Table 6-2 Logic Operation
Operation Description
AND
The results of logic AND operation of two binary bits are as follows:
A B A AND B
0 0 0
0 1 0
1 0 0
1 1 1
OR
The results of logic OR operation of two binary bits are as follows:
A B A OR B
0 0 0
0 1 1
1 0 1
1 1 1
NOT
The results of logic NOT operation of one binary bit are as follows:
A NOT A
0 1
1 0
XOR
The results of logic XOR operation of two binary bits are as follows:
A B A XOR B
0 0 0
0 1 1
1 0 1
1 1 0