Class SimulatedGPIBDevice

All Implemented Interfaces:
Serializable, AutoCloseable, Device, Commented, ComprehensiveIdentification, Identified<Identification>, Named

public class SimulatedGPIBDevice extends AbstractSimulatedDevice
Simulated GPIB device for testing without physical hardware.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • SimulatedGPIBDevice

      public SimulatedGPIBDevice()
    • SimulatedGPIBDevice

      public SimulatedGPIBDevice(String name, int gpibAddress)
  • Method Details