wait_secondswait_secondsWaitSecondsWaitSecondswait_seconds (算子名称)
名称
wait_secondswait_secondsWaitSecondsWaitSecondswait_seconds — Delaying the execution of the program.
参数签名
Herror wait_seconds(double Seconds)
Herror T_wait_seconds(const Htuple Seconds)
def wait_seconds(seconds: float) -> None
描述
该算子 wait_secondswait_secondsWaitSecondsWaitSecondsWaitSecondswait_seconds delays the execution by the number
of seconds indicated in SecondsSecondsSecondsSecondssecondsseconds.
wait_secondswait_secondsWaitSecondsWaitSecondsWaitSecondswait_seconds uses the 'performance_counter'"performance_counter""performance_counter""performance_counter""performance_counter""performance_counter" for the
measurement of time intervals. The 'performance_counter'"performance_counter""performance_counter""performance_counter""performance_counter""performance_counter" is
explained in the description of the parameter 'clock_mode'"clock_mode""clock_mode""clock_mode""clock_mode""clock_mode" of
该算子 set_systemset_systemSetSystemSetSystemSetSystemset_system.
运行信息
- Multithreading type: independent (runs in parallel even with exclusive operators).
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
SecondsSecondsSecondsSecondssecondsseconds (input_control) real → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Number of seconds by which the execution of the program
will be delayed.
Default:
10
Restriction:
Seconds >= 0
结果
该算子 wait_secondswait_secondsWaitSecondsWaitSecondsWaitSecondswait_seconds always 返回值 2 (
H_MSG_TRUE)
.
可能的后置算子
system_callsystem_callSystemCallSystemCallSystemCallsystem_call
参考其它
system_callsystem_callSystemCallSystemCallSystemCallsystem_call,
count_secondscount_secondsCountSecondsCountSecondsCountSecondscount_seconds
模块
Foundation