Skip to content

Commit

Permalink
Measurement Client Generator | Stream response support for the measur…
Browse files Browse the repository at this point in the history
…ement client (#611)

* refactor: split the client template to 5 VIs

* refactor: update scripting logic

* refactor: cleanup client template

* feat: create Run Client Stream.vi

* feat: implement scripting logic for stream measure

* docs: add documentation for client template VIs

* refactor: remove Run Client and have stream for both

* docs: add documentation for other controls

* refactor: address review comments
  • Loading branch information
varshini-senthil authored and dixonjoel committed Oct 18, 2024
1 parent f402aa1 commit 269652c
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
Binary file modified Source/Generator/Create Measurement Client.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<Item Name="Measurement Client Wrapper" Type="Folder">
<Item Name="Run Client.vi" Type="VI" URL="../Run Client.vi"/>
</Item>
<Item Name="Close Measurement.vi" Type="VI" URL="../Close Measurement.vi"/>
<Item Name="Create Measurement.vi" Type="VI" URL="../Create Measurement.vi"/>
<Item Name="Measure.vi" Type="VI" URL="../Measure.vi"/>
<Item Name="Close Measurement.vi" Type="VI" URL="../Close Measurement.vi"/>
<Item Name="Start Measurement.vi" Type="VI" URL="../Start Measurement.vi"/>
<Item Name="Read Measurement.vi" Type="VI" URL="../Read Measurement.vi"/>
<Item Name="Stop Measurement.vi" Type="VI" URL="../Stop Measurement.vi"/>
</Library>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Generator/_MeasurementClient Utility/Template Files List.vi
Binary file not shown.
Binary file not shown.

0 comments on commit 269652c

Please sign in to comment.