Products > Test Equipment
Open source lxi-tools and liblxi v1.0 released for GNU/Linux
crispus:
--- Quote from: lundmar on March 13, 2018, 08:48:27 pm ---Take a look here, Siglent wrote a post about LXI Tools :-+
--- End quote ---
Congrats! Keep up the good work :)
lundmar:
--- Quote from: crispus on June 11, 2018, 07:39:00 am ---
--- Quote from: lundmar on March 13, 2018, 08:48:27 pm ---Take a look here, Siglent wrote a post about LXI Tools :-+
--- End quote ---
Congrats! Keep up the good work :)
--- End quote ---
Thanks :)
The next thing on the TODO list is improving the mDNS feature. I expect to add a new discover interface to liblxi which will make it possible for the lxi command line tool to select which network interface is broadcasted on. For example:
--- Code: ---$ lxi discover --interface wlan0
--- End code ---
This way we can avoid broadcasting on all networks available. It will also speed up the discovery step.
The mDNS feature in lxi-gui also needs some TLC.
crispus:
Did anyone tried to use measure item function on a DS1000z?
--- Code: ---:MEASure:ITEM OVERshoot,CHANnel2 /* Enable the overshoot measurement of CH2 */
:MEASure:ITEM? OVERshoot,CHANnel2 /* The query returns 8.888889e-03 */
--- End code ---
I was trying to measure VPP on channel 1, but all it does is to show on the scope's screen the measurement...
The query does not return anything...
lundmar:
--- Quote from: crispus on June 26, 2018, 10:58:32 am ---Did anyone tried to use measure item function on a DS1000z?
--- Code: ---:MEASure:ITEM OVERshoot,CHANnel2 /* Enable the overshoot measurement of CH2 */
:MEASure:ITEM? OVERshoot,CHANnel2 /* The query returns 8.888889e-03 */
--- End code ---
I was trying to measure VPP on channel 1, but all it does is to show on the scope's screen the measurement...
The query does not return anything...
--- End quote ---
I tried firing your commands and I get this:
--- Code: ---$ lxi scpi --address 192.168.1.112 ":MEASure:ITEM OVERshoot,CHANnel2"
$ lxi scpi --address 192.168.1.112 ":MEASure:ITEM? OVERshoot,CHANnel2"
9.9E37
--- End code ---
crispus:
Thanks for reply.
As standalone commands it works. I was trying in interactive mode and it doesn't. (build from sources, v1.20)
--- Code: ---$ src/lxi --version
lxi v1.20
$ src/lxi scpi -a 192.168.1.149 -i
Connected to 192.168.1.149
Entering interactive mode (ctrl-d to quit)
lxi> *IDN?
RIGOL TECHNOLOGIES,MSO1104Z,DS1ZDxxxxxxxx,00.04.04.SP3
lxi> :MEASure:ITEM? OVERshoot,CHANnel2
lxi>
$ src/lxi scpi -a 192.168.1.149 ":MEASure:ITEM? OVERshoot,CHANnel2"
2.306453e-02
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version