control.isctime

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

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

Parameters
sysI/O system, optional

System to be checked.

dtNone or number, optional

Timebase to be checked.

strictbool (default = False)

If strict is True, make sure that timebase is not None.