Capture the display of a Rigol DS1000Z series oscilloscope by LAN using LXI SCPI commands
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.gitignore 507B

123456789101112
  1. # *** START section for manually edited lines
  2. # 'captures' is a mandatory directory for this project,
  3. # but git can add only files, and can not add an empty directory.
  4. # We want to preserve 'captures' in the repository tree structure,
  5. # so we will ignore everything except the 'captures/.gitignore' file.
  6. # This trick will always add the 'captures' directory in the repository,
  7. # even when there are no other files in 'captures'.
  8. *
  9. !.gitignore
  10. # *** STOP section for manually edited lines