ダウンロード

マニュアル、データシート、ソフトウェアなどのダウンロード:

ダウンロード・タイプ
型名またはキーワード

フィードバック

How to clear a function without having to recycle power on the 2600B series.

質問:

How to clear a function without having to recycle power on the 2600B series.

回答:

The easiest way to delete a function is to set it equal to nil, e.g. myfunc = nil. You should then call the collectgarbage() function to free up the memory. Garbage collection will actually occur automatically, but it can take up to a few seconds to process.

You can call the function yourself to avoid unexpected delays caused by the automatic process. It is recommended that you review the information in the 2600B Series Reference Manual about the collectgarbage() function, and Lua memory management.


FAQの該当製品:

製品シリーズ: 2606BシリーズSMU

製品:

FAQ ID 729091

すべてのFAQを表示 »