연락처

텍트로닉스 담당자와 실시간 상담 6:00am-4:30pm PST에 이용 가능

전화

전화 문의

9:00am-6:00PM KST에 이용 가능

다운로드

매뉴얼, 데이터 시트, 소프트웨어 등을 다운로드할 수 있습니다.

다운로드 유형
모델 또는 키워드

피드백

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 보기 »