Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Update FUNCTION_GENERATION_2000.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrande authored Oct 24, 2023
1 parent 62b7fb3 commit 8509c19
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ def FUNCTION_GENERATION_2000(

res = ps.ps2000_set_sig_gen_built_in(
device_num,
int(offset_voltage),
int(amplitude), # amplitude,
wave_type, # wave_type,
int(start_frequency),
int(end_frequency),
int(sweep_increment),
int(dwell_time),
offset_voltage,
amplitude,
wave_type,
start_frequency,
end_frequency,
sweep_increment,
dwell_time,
sweep_type,
int(sweeps),
sweeps,
)

assert_pico2000_ok(res)
Expand Down

0 comments on commit 8509c19

Please sign in to comment.