Pgp2bSim

For conceptual usage, see:

Implementation

This Python API is implemented directly in PyRogue.

class pyrogue.interfaces.simulation.Pgp2bSim(vcCount, host, port)[source]

Simulated PGP2B with virtual channels and sideband.

Parameters:
  • vcCount (int) – Number of virtual channels.

  • host (str) – Host address.

  • port (int) – Base port number.