Line 22: |
Line 22: |
| *(Note: The library functions are .DLL files and it requires decoders, usually in C++. Therefore, it is not quite possible to see exactly what the function is doing, but if the parameters fit the success criteria the output is either a 1 for success or 0 for failure. The inputs of the library functions are also preserved.) | | *(Note: The library functions are .DLL files and it requires decoders, usually in C++. Therefore, it is not quite possible to see exactly what the function is doing, but if the parameters fit the success criteria the output is either a 1 for success or 0 for failure. The inputs of the library functions are also preserved.) |
| | | |
− | [[File:Frame 1.png|upright|Frame 1]] | + | [[File:Frame 1.png|Frame 1]] |
| | | |
| '''Frame 2:''' | | '''Frame 2:''' |
Line 37: |
Line 37: |
| | | |
| • Library Function “sdSetFilt” – sets channel and filter trigger | | • Library Function “sdSetFilt” – sets channel and filter trigger |
| + | |
| + | [[File:Frame 2.png|Frame 2]] |
| | | |
| '''Frame 3:''' | | '''Frame 3:''' |
Line 55: |
Line 57: |
| | | |
| • Library Function “sdSetVoltageAndCoupling” – sets voltage and coupling of both channels of the oscilloscope | | • Library Function “sdSetVoltageAndCoupling” – sets voltage and coupling of both channels of the oscilloscope |
| + | |
| + | [[File:Frame 3.png|Frame 3]] |
| | | |
| '''Frame 4:''' | | '''Frame 4:''' |
Line 66: |
Line 70: |
| | | |
| • Library Function “sdGetLevel” | | • Library Function “sdGetLevel” |
| + | |
| + | [[File:Frame 4.png|Frame 4]] |
| | | |
| '''Frame 5:''' | | '''Frame 5:''' |
Line 81: |
Line 87: |
| | | |
| • Library Function “sdSetOffset” – adjusts the position of the channel | | • Library Function “sdSetOffset” – adjusts the position of the channel |
| + | |
| + | [[File:Frame 5.png|Frame 5]] |
| | | |
| '''Frame 6:''' | | '''Frame 6:''' |
Line 91: |
Line 99: |
| | | |
| • Library Function “sdCaptureStart” – starts to capture data from the oscilloscope | | • Library Function “sdCaptureStart” – starts to capture data from the oscilloscope |
| + | |
| + | [[File:Frame 6.png|Frame 6]] |
| | | |
| '''Frame 7:''' | | '''Frame 7:''' |
Line 101: |
Line 111: |
| | | |
| • Library Function “sdTriggerEnabled” – sets the trigger | | • Library Function “sdTriggerEnabled” – sets the trigger |
| + | |
| + | [[File:Frame 7.png|Frame 7]] |
| | | |
| '''Frame 8:''' | | '''Frame 8:''' |
Line 153: |
Line 165: |
| | | |
| • Library Function “sdSetVoltageAndCoupling” | | • Library Function “sdSetVoltageAndCoupling” |
| + | |
| + | [[File:Frame 8.png|Frame 8]] |
| | | |
| ''Function of the Program:'' | | ''Function of the Program:'' |