e.g.
# ignore struct ticks with the same id as previously seen
channels.get_channel(channel, options={"unique": True})
# install a mutation observer on all structs and auto-retick if they mutate
channels.set_channel(channel, values, options={"observe_mutation": True})