Sweep
This object describes how to configure an AC sweep primitive. See https://en.wikipedia.org/wiki/Linear_sweep_voltammetry
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = {
type: "sweep",
isBiDir: true,
isLog: false,
maxV: 5,
minF: 20,
maxF: 4000,
sweepTime: 0.1,
map_output_to_terminal_uid: "your-terminal-element-uid"
}
Fields
Name | Type | Default | Description |
---|---|---|---|
type | "sweep" | The type of this object, always the string literal "sweep" | |
isBiDir | boolean | true | Bidirectional |
isLog | boolean | false | Logarithmic |
maxV | number | 5 | Max Voltage |
minF | number | 20 | Min Frequency (Hz) |
maxF | number | 4000 | Max Frequency (Hz) |
sweepTime | number | 0.1 | Sweep Time (s) |
map_output_to_terminal_uid | string | The terminal ID corresponding to the output. |
Was this page helpful?