Skip to content

Commit f8ad621

Browse files
authored
Dev202403 (#29)
* [update] support "[n]$" for Float datatype * [fix] #32 fix the sign problem of complex numbers * [update] support n,p,f,G,T,p for float datatype * [update] #31 use SI format for float datatype * [improve] remove useless zero in float datatype * 整理代码 * [fix] #33 For Other Datatypes, The wired type will be used as output if the input string is empty, instead of throwing an error. * fix broken https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/actions/runs/8386850038
1 parent f382478 commit f8ad621

16 files changed

+10
-3
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.81 KB
Binary file not shown.

CSM API String Arguments Support.vipb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<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">
1+
<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">
22
<Library_General_Settings>
33
<Package_File_Name>NEVSTOP_lib_CSM_API_String_Arguments_Support</Package_File_Name>
4-
<Library_Version>2024.1.0.15</Library_Version>
4+
<Library_Version>2024.3.0.15</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>.</Library_Source_Folder>
77
<Library_Output_Folder>vip</Library_Output_Folder>
@@ -62,7 +62,9 @@ More information for the supported datatype format, please visit: https://github
6262
<Copyright/>
6363
<Packager>NEVSTOP</Packager>
6464
<URL>https://github.com/NEVSTOP-LAB/CSM-API-String-Arugments-Support</URL>
65-
<Release_Notes>[fix] #28 Fix bugs for Complex data type</Release_Notes>
65+
<Release_Notes>[fix] #32 fix the sign problem of complex numbers
66+
[update] #31 use SI format for float datatype
67+
[update] support n,p,f,G,T,p for float datatype</Release_Notes>
6668
</Description>
6769
<Destinations>
6870
<Toolkit_VIs>
Binary file not shown.
4.54 KB
Binary file not shown.
Binary file not shown.
329 KB
Binary file not shown.

0 commit comments

Comments
 (0)