FAQ
Item #: 575 |
Created: 4/1/2013
Categories: Data Acquisition - Software, Data Acquisition - WE7000, Oscilloscope - DL6000/DLM6000, Oscilloscope - DL7400, Oscilloscope - DL9000/SB5000, Oscilloscope - DLM2000, Oscilloscope - Software, ScopeCorder
How can I Express an Arbitrary Exponentiation Other Than the Square and Cube Computation Function in XViewer?
Solution:
EXP(LOG(C1)/LOG(2.71828)*0.2)
- Click on Analysis ⇒ Math Setting
- Click on the Expression Field
- Click on ...
- Click on Basic
- Select EXP or LOG
Related Information
This method also applies to the WE7000 Computation Waveform Viewer and the User-Defined Computation of the DL750/DL750P and DL7480/DL7440. The method for the Dl9000, DLM6000 and DLM2000 instruments is different since they have a natural logarithm function LN. For the example previously mentioned, C1 raised to the exponent 0.2 would be expressed as:
EXP(LN(C1)*0.2)
