Capture the display of a Rigol DS1000Z series oscilloscope by LAN using LXI SCPI commands
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

.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