FORK
Published

Transistor research

Get input and output characteristics of bipolar transistor 2n3904

IntermediateFull instructions provided1 hour278
Transistor research

Things used in this project

Hardware components

Fork
×1

Story

Read more

Schematics

q_whI2XeWI4V.png

Code

Code snippet #3

Plain text
    V_B_IN=[0,0.1,0.2,0.3,0.4,0.5,0
    .6,0.7,0.8,0.9,1.1,1.2,1.3,1.4,
    1.5,1.6,1.7,1.8,1.9,2,3,4,5,
    6,7,8,9,10]
    

Code snippet #4

Plain text
    V_B_IN=[0,0.1,0.2,0.3,0.4,0.5,0
    .6,0.7,0.8,0.9,1.1,1.2,1.3,1.4,
    1.5,1.6,1.7,1.8,1.9,2,3,4,5,
    6,7,8,9,10]
    

Code snippet #7

Plain text
    make_ajax_req_onok('GET',url_path
    'control?'ao_ch_b"="V_B_IN[i_v_b_in],
        function(){
            setTimeout(get_base_volts_pr
         ocess,get_volts_delay);
            }
    );
    

Code snippet #8

Plain text
    make_ajax_req_onok('GET',url_path
    'control?'ao_ch_b"="V_B_IN[i_v_b_in],
        function(){
            setTimeout(get_base_volts_pr
         ocess,get_volts_delay);
            }
    );
    

Credits

FORK

FORK

11 projects • 1 follower
FORK for test-engineers to automate fixtures. Just take Fork, PyTest and program the tests in Python. The test stand is ready!

Comments