Sweep value: Difference between revisions
m (change measurement class to module) |
No edit summary |
||
Line 4: | Line 4: | ||
Modules having an own tab often allow the user to choose how the Sweep values are created. | Modules having an own tab often allow the user to choose how the Sweep values are created. | ||
= Types of Sweep values = | |||
== Internal Sweep values == | |||
=== Sweep editor === | === Sweep editor === | ||
Line 17: | Line 21: | ||
The [[SweepScript]] allows you to load the Sweep values from a text file | The [[SweepScript]] allows you to load the Sweep values from a text file | ||
== External Sweep values == | |||
A Sweep value can also be taken from an external source, being either a Measurement value or a Sweep value from another Module. This feature allows you to implement an interaction between the items of the sequencer. For example, the Sweep value ''Integration time'' of a ''Spectrometer'' could depend on the signal of a photodiode measured by a [[SMU]]. | A Sweep value can also be taken from an external source, being either a Measurement value or a Sweep value from another Module. This feature allows you to implement an interaction between the items of the sequencer. For example, the Sweep value ''Integration time'' of a ''Spectrometer'' could depend on the signal of a photodiode measured by a [[SMU]]. | ||
== External Measurement values == |
Revision as of 18:14, 14 August 2018
A Sweep value which will be set and applied to a device or a Module. Some Modules only have a single Sweep value which basically means that they do not increase the complexity or dimensionality of the measurement. Of course it much more interesting if a Module has several Sweep values for which a measurement is done.
Besides Sweep values, there exist Measurement values which are the values being read back from your devices. In some case the Sweep value and the Measurement value might be identical.
Modules having an own tab often allow the user to choose how the Sweep values are created.
Types of Sweep values
Internal Sweep values
Sweep editor
The Sweep editor is tabular input dialog to create complex lists of Sweep values.
SweepBox
The SweepBox is a simple input field where you can place some comma separated values. This feature is of particular importance if strings [1] are needed as SweepValue.
SweepScript
The SweepScript allows you to load the Sweep values from a text file
External Sweep values
A Sweep value can also be taken from an external source, being either a Measurement value or a Sweep value from another Module. This feature allows you to implement an interaction between the items of the sequencer. For example, the Sweep value Integration time of a Spectrometer could depend on the signal of a photodiode measured by a SMU.