CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_time_frame_limit.txt11 linesDownload Raw Back to src_en
1<h3 id='___set_time_frame_limit'>set_time_frame_limit</h3>2<pre>GOF Formal only. Set limitation for time frame in fault verification, default 353<b>Usage:</b> set_time_frame_limit($frame_number);4$frame_number: An integer number5 6<b>Examples:</b>7 8#1. Set time frame limit to 2569set_time_frame_limit(256);10 11</pre>