Skip to contents

Add delay states to an existing pop_state class object or an ipm class object.

Usage

delay(x, delay = 0)

Arguments

x

an object that require a delay addition

delay

the number of time delay to add. single int. Its possible to give negative values to remove delay from previously delayed objects. However final delay must be positive (0 is acceptable).

Details

This function is a method that call delay.ipm internal function.