jankae / LibreVNA

100kHz to 6GHz 2 port USB based VNA
GNU General Public License v3.0
1.09k stars 207 forks source link

SCPI Command to allow for Logarithmic Sweep #266

Closed BassDave closed 1 week ago

BassDave commented 1 month ago

Summary

Hi!

is it possible to choose a LOG Sweep via SCPI? In the programmer's guide, no information was found!

thank you very much!

Paths to implement it

provide for a SCPI command that ticks the LOG Sweep box in GUI

Extra information

Thank you!

jankae commented 2 weeks ago

Thanks for the suggestion, the LOG command is indeed still missing in the SCPI API. Shouldn't be too difficult to add, I will do that soon

BassDave commented 2 weeks ago

Thank you very much! Could you be so kind as to update the Programmer's Guide then as well?

Thank you very much for your support!

Kind Regards!

jankae commented 2 weeks ago

...and done: 009de1a

Of course the programming guide is updated as well. The new command is called "VNA:SWEEPTYPE" and it allows you to switch between linear and log sweeps

BassDave commented 1 week ago

works great! Thank you very much!