-
@paxmanchris is taking care of the front panel graphics.
The graphics can be found in https://github.com/PaxInstruments/t400-enclosure/tree/master/graphics. Let me know if you need any other graphics…
-
As already mentioned "mvn install" on the current master-branch results in errors during the tests:
s-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ marytts-c…
-
Hi, I have looked a bit into the protocol and I thought I share what I found out.
Control message with `bRequest == 0xa0` is used to upload firmware. The `wValue` is the start address, the next pack…
-
While in calibration mode the voltage can be adjusted, the current can not.
Rotating the encoder has no effect.
0xPIT updated
10 years ago
-
As reported by Vincent [here](http://www.blaicher.com/2013/03/rigol-oscilloscope-binary-file-parser/#comment-232) the file format of the DS1024C seems to be incompatible with the current parser.
The …
mabl updated
10 years ago
-
When doing this:
```
rawdata = instr.ask(“:WAV:DATA? CHAN1″)[10:]
```
an exception is raised which ends in:
```
File “/usr/lib/python2.7/encodings/utf_8.py”, line 16, in decode
return codecs.utf_8_…
-
With r844 and later, I am unable to do 'hf mf sim' and related commands (snoop) on one type of readers found in 'real-world'. The yellow led blinks, but nothing happens and even with 'hf mf dbg 4', th…
-
I've got a small program that I'm using to try and connect up to a Rigol Spectrum Analyzer.
import usbtmc
listOfDevices = usbtmc.list_devices()
for device in listOfDevices:
print hex(device.idVen…
-
I use a Rigol DS1102E. Could be that the issue cannot be observed on the DS1052.
I had a waveform recorded with "Y grid scale: 5.000e-01 V/div, Y shift: -1.500e-01 V". The information was transmitted…
-
I am trying to make a driver for an Agilent e4421B function generator and eventually a Rigol DSA1020. When trying to get started I was getting a stack trace that looked like this:
sandford@MikeLinux…