Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified API-String-Arugments-Support/_Support/String To Float_csm.vi
Binary file not shown.
8 changes: 5 additions & 3 deletions CSM API String Arguments Support.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2024-02-19 11:19:51" Creator="yaoli" Comments="" ID="eca98de41c62a67c832eff1bc31e1a58">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2024-03-21 15:01:23" Creator="yaoli" Comments="" ID="a51b1fa031a581ab0327d4dbaec404ac">
<Library_General_Settings>
<Package_File_Name>NEVSTOP_lib_CSM_API_String_Arguments_Support</Package_File_Name>
<Library_Version>2024.1.0.15</Library_Version>
<Library_Version>2024.3.0.15</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>.</Library_Source_Folder>
<Library_Output_Folder>vip</Library_Output_Folder>
Expand Down Expand Up @@ -62,7 +62,9 @@ More information for the supported datatype format, please visit: https://github
<Copyright/>
<Packager>NEVSTOP</Packager>
<URL>https://github.com/NEVSTOP-LAB/CSM-API-String-Arugments-Support</URL>
<Release_Notes>[fix] #28 Fix bugs for Complex data type</Release_Notes>
<Release_Notes>[fix] #32 fix the sign problem of complex numbers
[update] #31 use SI format for float datatype
[update] support n,p,f,G,T,p for float datatype</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down
Binary file not shown.
Binary file modified Example/Get Module Configuration Example/Module.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ Supported Format:
- 1.23k (1.23*10^3)
- 1.23m (1.23*0.001)
- 1.23u (1.23*0.000001)
- 1.23G (1.23*10^9)
- 1.23T (1.23*10^12)
- 1.23P (1.23*10^15)
- 1.23p (1.23*0.000000000001)
- 1.23f (1.23*0.000000000000001)
- Special Float: `e`,`-e`,`pi`,`-pi`,`inf`,`+inf`,`-inf`,`NaN`
```

Expand Down
Binary file added _test/Show DBL postfix.vi
Binary file not shown.
Binary file modified _test/Test Cases - API String Arguments Support(VIM).vi
Binary file not shown.
Binary file removed _test/Untitled 1.vi
Binary file not shown.
Binary file added _test/remove zero.vi
Binary file not shown.
Binary file added _test/test Enum.vi
Binary file not shown.