public abstract class Generator<T extends Generator<T>> extends SignalSource<T>
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
T |
amplitude(double amplitude)
Sets the amplitude of the output signal.
|
T |
frequency(double frequency)
Sets the frequency of the output signal's waveform.
|
DoubleProperty |
getFrequency() |
T |
setDefaultSamplingTime() |
getTriggerManager, off, on, outputOn, samplingRate, samplingRate, samplingTime, samplingTime, setRategetImplementation, getSamplingTimeconnect, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getInWire, getOutWire, getOutWire, hide, hideSystemOnly, label, name, rebuild, set, showaddSymbol, getMainParameters, getName, longName, name, name, notifyBeforeParameterChange, setStepInterceptor, setSymbol, show, show, toStringpublic T amplitude(double amplitude)
amplitude - in V (Volt)public DoubleProperty getFrequency()
public T frequency(double frequency)
frequency - in Hz (Hertz)public T setDefaultSamplingTime()
setDefaultSamplingTime in interface SourcesetDefaultSamplingTime in class SignalSource<T extends Generator<T>>