Engee documentation

isdt

Page in progress.

Is the model discrete.

Library

EngeeControlSystems

Syntax

Function call

boo = isdt(sys) returns true if the model sys discrete; returns false if the model sys continuous.

Function ControlSystemsBase.isdiscrete() defined (overloaded) for an input argument of types Pid and PidStd.

Arguments

Input arguments

# sys — dynamic system model

+ dynamic system model

Details

A model of a dynamic system.

Data types

Pid, PidStd

Output arguments

# boo — model discreteness indicator

+ 1 (true) | 0 (false)

Details

The value is true for a discrete model and false for a continuous one.

Data types

Bool