Example Instrument¶
This is an example instrument, created to give developers a canvas to start their own instruments for real devices. This is only a dummy device.
-
class
hyperion.instrument.example_instrument.ExampleInstrument(settings)¶ Example instrument. it is a fake instrument
-
amplitude¶ Gets the amplitude value :return: voltage amplitude value :rtype: pint quantity
-
finalize()¶ This is to close connection to the device. Note that the B
-
idn()¶ Identify command
Returns: identification for the device Return type: string
-
initialize()¶ Starts the connection to the device”
-