We recently purchased a new Stanford Research SR785 Dual Channel Signal Analyser to be used in the FC cleanroom.
It is a bit complicated. One of the main features is that the measurement is independent of the display. This allows us, for example, to have a really precise measurement but with a really rough display, among other things. It can also save a lot more data into its internal buffer in one go, so we can then transfer to disk without having to redo a measurement.
By default it had a really irritating alert message that sounds like a phone ringing, so I turned it off in "Preferences -> Alarm noise -> Quiet". There is another menu option which says "Alarms -> off" but that controls the display of error messages. Very strange UI in my opinion.
It can write data to USB, however, due to weird stuff, it won't recognise storage devices over 8GB. This seems to be a common issue with making old tech forward compatible with FAT32 USBs. The grey USB drive in the FC cleanroom works fine and I already formatted it.
The spectrum analyser formats the USB to pretend that it is several hundred 1.44MB floppy disks. But unfortunately Windows only recognises the first "disk" in the sequence (labelled 000 in red digits on the front panel of the device next to the USB port), so it still runs out of space. Also at one point the spectrum analyser would refuse to re-format the USB, so I had to Full Format on Windows (slow...) and then re-format on the analyser. Shalika says that apparently you can program it to send data over wifi to the computer, which would be better. The manual talks about cable connections only (RS232 and GPIB) but maybe we can find a wifi attachment.
To do: Figure out a good way to remotely import data from the analyser using programmable commands, and then batch convert into some convenient data format. Personally I want to separate headers and data, and the delimiter doesn't matter to me. MATLAB also seems to not mind this operation. But maybe others also have preferences for dealing with data.