我怀疑,它可能是一个缺少空间的简单案例 - 请参阅附带的例子。
这不需要任何仪器,并且是检查发送到仪器的语法的快速方法(或者如前所述使用I / O监视器)。
VEE也理解工程乘数,比如0.010n然而,在我发现的例子中我需要强制它成为Enum类型...如果你感兴趣,公式“curr”+ ToReal64(ToString(A))
输出curr 1.0E-11迈克
以上来自于谷歌翻译
以下为原文
As I suspected, it's probably a simple case of a missing space - please see attached example. This doesn't need any instruments and is a quick way of checking the syntax being sent to an instrument ( or use the I/O monitor as I mentioned before ).
VEE understands engineering multipliers too, like 0.010n however, adding that to the example I found I needed to force it from being an Enum type... if you're interested, the formula
"curr "+ToReal64(ToString(A))
outputs
curr 1.0E-11
Mike
附件
我怀疑,它可能是一个缺少空间的简单案例 - 请参阅附带的例子。
这不需要任何仪器,并且是检查发送到仪器的语法的快速方法(或者如前所述使用I / O监视器)。
VEE也理解工程乘数,比如0.010n然而,在我发现的例子中我需要强制它成为Enum类型...如果你感兴趣,公式“curr”+ ToReal64(ToString(A))
输出curr 1.0E-11迈克
以上来自于谷歌翻译
以下为原文
As I suspected, it's probably a simple case of a missing space - please see attached example. This doesn't need any instruments and is a quick way of checking the syntax being sent to an instrument ( or use the I/O monitor as I mentioned before ).
VEE understands engineering multipliers too, like 0.010n however, adding that to the example I found I needed to force it from being an Enum type... if you're interested, the formula
"curr "+ToReal64(ToString(A))
outputs
curr 1.0E-11
Mike
附件
举报