Skip to content

marker(name)

returns the list of marker states of DES

Parameters

Name Type Description Default
name string name of DES required

Example

sample 1
delta = [
    (0, 11, 1),
    (1, 12, 2),
    (2, 11, 0),
    (2, 14, 3)
]
Qm = [3]
pitct.create("model", 4, delta, Qm)

pitct.marker("model")