Not quite. You can either omit all arguments, and it will pend a
default number of seconds, or you may specify a single floating
point number and it will pend that number of seconds. I
recommend that you do NOT use the form which specifies
the fd.
Use:
sys.pend();
or:
sys.pend(1.0);
Chip