Skip to content

Commit

Permalink
Move sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 committed May 5, 2024
1 parent a2b8077 commit 406247c
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"module": "wavebin",
"args": [
"-i",
"samples\\Keysight\\Keysight_DSOX1102G_1CH_1MSPS_2Kpts_SINGLE.bin"
"docs\\samples\\Keysight\\Keysight_DSOX1102G_1CH_1MSPS_2Kpts_SINGLE.bin"
]
},
{
Expand All @@ -21,7 +21,7 @@
"module": "wavebin",
"args": [
"-i",
"samples\\Keysight\\Keysight_DSOX1102G_2CH_2GSPS_4Kpts_DUAL.bin"
"docs\\samples\\Keysight\\Keysight_DSOX1102G_2CH_2GSPS_4Kpts_DUAL.bin"
]
}
]
Expand Down
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@
{
"label": "Run wavebin (single waveform)",
"type": "shell",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\samples\\Keysight\\Keysight_DSOX1102G_1CH_1MSPS_2Kpts_SINGLE.bin\"",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\docs\\samples\\Keysight\\Keysight_DSOX1102G_1CH_1MSPS_2Kpts_SINGLE.bin\"",
"problemMatcher": []
},
{
"label": "Run wavebin (dual waveform)",
"type": "shell",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\samples\\Keysight\\Keysight_DSOX1102G_2CH_2GSPS_4Kpts_DUAL.bin\"",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\docs\\samples\\Keysight\\Keysight_DSOX1102G_2CH_2GSPS_4Kpts_DUAL.bin\"",
"problemMatcher": []
},
{
"label": "Run wavebin (quad waveform)",
"type": "shell",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\samples\\Agilent\\Agilent_MSOX4154A_4CH_1.25GSPS_2Mpts.bin\"",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\docs\\samples\\Agilent\\Agilent_MSOX4154A_4CH_1.25GSPS_2Mpts.bin\"",
"problemMatcher": []
},
{
"label": "Run wavebin (UART waveform)",
"type": "shell",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\samples\\Keysight\\Keysight_DSOX1102G_1CH_20MSPS_1Mpts_UART.bin\"",
"command": "hatch run wavebin -v -i \"${workspaceFolder}\\docs\\samples\\Keysight\\Keysight_DSOX1102G_1CH_20MSPS_1Mpts_UART.bin\"",
"problemMatcher": []
},
{
Expand Down
File renamed without changes.

0 comments on commit 406247c

Please sign in to comment.