Question
What is the highest sampling rate i can achieve using the log function of the HMC804x?
Can I also log data directly to a PC?
What is the highest sampling rate i can achieve using the log function of the HMC804x?
Can I also log data directly to a PC?
1.) Logging to internal (max. 512kB) or external memory (e.g. USB-Stick, limitted to the drive size)
This is the most easy way to read out measurement data from the unit.
It only requires a USB stick connected tot he front panel and the follwing settings in the logging menu:
After logging is switched off, the USB stick can be connected to a computer. This is an example oft he CSV files produced while logging:
As always reconnecting the stick is not a very practical way of handling, the remote control option should be used to transfer the file to your PC. The Data:Data? SCPI-Command will help you transferring. Formatting and saving it to a local file has to be done separately e.g. using R&S Forum Python interpreter. Please also find a script showing the principle of this operation in the advanced forum script examples at the Forum home page.
2.) Continuous measurement using remote control
This mode will provide measurement data with a rate of less than 80 sa/s. Please remember, that the ADC sampling rate is only 10Hz!
You can use the Python sample (written with the R&S Forum Python interpreter, that is available at no cost on our website) in the attachment of this article for your own experiments.
This is a sample of the acquisition rate including taking care to avoid overlapping execution / blocking due to command overflow. It also shows the response times: