control.isctime

control.isctime(sys=None, dt=None, strict=False)[source]

Check to see if a system is a continuous-time system.

Parameters
  • sys (I/O system, optional) – System to be checked.

  • dt (None or number, optional) – Timebase to be checked.

  • strict (bool (default = False)) – If strict is True, make sure that timebase is not None.