要素が次回の計算に必要なデータのうち、aRp (arg) から受け取 るべきデータのデータ記録時刻を返します。 NecessaryTimeFrom() から NecessaryTimeTo() までのデー タパックが受信端子 aRp から受信されていなければ、要素は計算 を開始することができません。 ここでは受信端子に依らず、_currentTimeを返すようにしています。 必要があれば派生クラス(各要素モデル)で再定義してください。 Returns the data record time of the data which OhElement should receive from aRp out of data required for next calculation.
OhElement cannot start calculation if the data pack from NecessaryTimeFrom to NecessaryTimeTo is not received from the receiving terminal aRp, OhElement cannot start calculation.