Skip to content

BroadcastInfo

Snapshot of a Signal Bus broadcast. Returned by: comms.latest_info(channel); comms.wait_broadcast(channel).broadcast after status == "ok".

MemberReturnsMeaning
.valueanyA copy of the broadcast’s value, including None if that was the published value. From latest_info(): the latest value; from wait_broadcast(): the first publication captured by that wait
.senderstring or NoneWho published it (None when saved sender information is missing)
.age_secondsnumber or NoneSimulation seconds since the broadcast, sampled at read/resume. Same time base as sleep() and clock.elapsed_seconds(); pausing the simulation freezes the age. None = missing or invalid timestamp