Uses of Enum Class
org.episteme.natural.device.sensors.Oscilloscope.TriggerMode
Packages that use Oscilloscope.TriggerMode
Package
Description
Provides classes and interfaces for org.episteme.natural.device.sim.
-
Uses of Oscilloscope.TriggerMode in org.episteme.natural.device.sensors
Subclasses with type arguments of type Oscilloscope.TriggerMode in org.episteme.natural.device.sensorsMethods in org.episteme.natural.device.sensors that return Oscilloscope.TriggerModeModifier and TypeMethodDescriptionOscilloscope.getTriggerMode()static Oscilloscope.TriggerModeReturns the enum constant of this class with the specified name.static Oscilloscope.TriggerMode[]Oscilloscope.TriggerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.natural.device.sensors with parameters of type Oscilloscope.TriggerModeModifier and TypeMethodDescriptionvoidOscilloscope.setTriggerMode(Oscilloscope.TriggerMode mode) -
Uses of Oscilloscope.TriggerMode in org.episteme.natural.device.sim
Methods in org.episteme.natural.device.sim that return Oscilloscope.TriggerModeMethods in org.episteme.natural.device.sim with parameters of type Oscilloscope.TriggerModeModifier and TypeMethodDescriptionvoidSimulatedOscilloscope.setTriggerMode(Oscilloscope.TriggerMode mode)