Skip to content

Commit d722f62

Browse files
committed
dwell time defaults to 0
1 parent 705661e commit d722f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/PC_Application/LibreVNA-GUI/preferences.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class Preferences : public Savable {
233233
{&Startup.DefaultSweep.points, "Startup.DefaultSweep.points", 501},
234234
{&Startup.DefaultSweep.bandwidth, "Startup.DefaultSweep.bandwidth", 1000.0},
235235
{&Startup.DefaultSweep.averaging, "Startup.DefaultSweep.averaging", 1},
236-
{&Startup.DefaultSweep.dwellTime, "Startup.DefaultSweep.dwellTime", 60e-6},
236+
{&Startup.DefaultSweep.dwellTime, "Startup.DefaultSweep.dwellTime", 0.0},
237237
{&Startup.Generator.frequency, "Startup.Generator.frequency", 1000000000.0},
238238
{&Startup.Generator.level, "Startup.Generator.level", -10.00},
239239
{&Startup.SA.start, "Startup.SA.start", 950000000.0},

0 commit comments

Comments
 (0)