NetworkBandwidthDomain
Domain containing the network bandwidth usage for machines in the session.
Methods
getBandwidth(self, machine: str, adaptor: str, atTime: float, onTrack: SuperTrack) -> BandwidthUsage
Retrives the bandwidth estimate in bits per second.
Parameters:
- machineNodeId: The Comms node ID of a machine in the session.
- adaptorId: The unique ID of a network adaptor.
- atTime: The track time (in beats) at which the bandwidth will be estimated.
Returns Bandwidth estimate in bits per second for the bandwidth usage on a given machine, adaptor and track time.