當直接從惠瑞導入測試方法的定義我看到下列參數類型:V93k測試方法參數類型缺少一些可接受的值?
[:string, :ContextPins, :int, :double, :PinString, :SpecValue, :SpecVariable, :OptionList, :long, :bool]
然而,奧利-SDK docs顯示以下類型是可以接受的:
# The type can be :string, :current, :voltage, :time, :frequency, or :integer
一些惠瑞類型的可以很容易地轉換爲:string (:ContextPins, :PinString, :OptionList, :SpecVariable)
和:int
可以轉換爲:integer
,但其餘類型將需要評估參數本身的意圖(即這是:double value
a :frequency
或?)。有沒有辦法繞過這種評估?如果不是,它看起來像下面的類型可能是有用的:
[:float, :bignum, :bool]