piel.types.experimental.time#
Classes#
This class corresponds to the configuration of data which is just inherent to the WaveformGenerator connectivity and configuration, |
|
Represents a vector-network analyser. |
|
This class corresponds to the configuration of data which is just inherent to the Oscilloscope connectivity and configuration, |
|
Represents an oscilloscope |
Module Contents#
- class WaveformGeneratorConfiguration(/, **data: Any)[source]#
Bases:
piel.types.experimental.device.DeviceConfigurationThis class corresponds to the configuration of data which is just inherent to the WaveformGenerator connectivity and configuration, not the measurement setup connectivity.
- signal: piel.types.signal.time_sources.SignalTimeSources = None#
Contains an instantiation of the signal configuration applied as a reference.
- class WaveformGenerator(/, **data: Any)[source]#
Bases:
piel.types.experimental.device.DeviceRepresents a vector-network analyser.
- configuration: WaveformGeneratorConfiguration = None#
Just overwrites this section of the device definition.
- class OscilloscopeConfiguration(/, **data: Any)[source]#
Bases:
piel.types.experimental.device.DeviceConfigurationThis class corresponds to the configuration of data which is just inherent to the Oscilloscope connectivity and configuration, not the measurement setup connectivity.
- bandwidth_Hz: piel.types.metrics.ScalarMetric = None#
- class Oscilloscope(/, **data: Any)[source]#
Bases:
piel.types.experimental.device.MeasurementDeviceRepresents an oscilloscope
- configuration: OscilloscopeConfiguration | None = None#
Just overwrites this section of the device definition.