class IncrementClass: def __init__(self, i): self.i = i def increment(self, a): res = a + self.i return res def NumberForIncrement(obj, a): s = obj.increment(a) return s def ObjInitialize(i): obj = IncrementClass(i) return obj
注意:此影像是一個 LabVIEW snippet 程式碼片段,其中包含可在專案中重複使用的 LabVIEW 程式碼。 若想直接使用這段程式碼,請右鍵點擊影像,將其儲存到電腦上,然後將檔案拖曳到 LabVIEW block diagram中。
在我們的論壇中與其他用戶協作
需要具備有效的服務合約或有效的租用版軟體,且支援選項因國家/地區而異。
Helpful
Not Helpful