disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

ReceiverStatus

Represents the stats of one node subscribing to receive exactly one texture parameter stream.

Properties

fieldName : str (Read-Only)

/** Name of the texture parameter field in the asset corresponding to this stream subscription. */

graphName : str (Read-Only)

/** Name of the texture parameter latency graph with the stats for this stream. */

node : RSNode (Read-Only)

/** Render node receiving the texture parameter stream. */

stream : int (Read-Only)

/** Handle for the texture parameter stream that this receiver is subscribed to. */

streamName : str (Read-Only)

/** Friendly name of the texture parameter stream that this receiver is subscribed to. */

workloadName : str (Read-Only)

/** Friendly name for the workload. */

Methods

isValid(self) -> bool

/** Returns true if this receiver status instance has been initialized. */

recentRecv(self) -> float

/** Rate of frames received by the node recently. */