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