getting repo caught up

This commit is contained in:
Infineon\StieberD
2024-05-22 14:06:46 -07:00
parent a2cac41a8d
commit 6ea6969f4b
1656 changed files with 2057 additions and 158 deletions

View File

@ -23,7 +23,7 @@ begin case
case ConvType = 'ICONV'
ResMin = get_property( @window:'.RES_MIN', 'TEXT' )
ResMax = get_property( @window:'.RES_MAX', 'TEXT' )
if get_property( @window:'.RES_UNITS', 'TEXT' ) = 'ê/Ü' then
if get_property( @window:'.RES_UNITS', 'TEXT' ) = 'ê/Ü' then
* ohms squared use the sheetRHO
* entered as whole number so must add two zero's for md2 for comparison
TDataIo = oconv( DataIo, 'MD2' )
@ -96,3 +96,4 @@ begin case
status() = invalid_conv$
end case
return