Delay Step
This function block introduces a delay for input signals, essentially holding onto the previous input and outputting it as the current output.
π₯ Inputs
Input
This input accepts any generic signal which you want to delay by one step.
π€ Outputs
Output
This output provides the previous signal held in memory, essentially returning the last received input.
πΉοΈ Controls
This function block does not have visible controls for user interaction. It operates automatically based on the input received.
π¨ Features
Input Signal Delay
This block retains the last received input and outputs that single value upon subsequent evaluations.
π Usage Instructions
Connect Input Signal: Link the desired signal to the
Input
socket of this block.Run the Block: Once connected, the block will output the value of the previous input signal on the
Output
.
π Evaluation
When evaluated, the block retrieves the last input signal and outputs it. If it is the block's first evaluation, it will return None
until a valid input is received.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?