Characteristic
- class plasmapy.diagnostics.langmuir.Characteristic( )[source]
Bases:
object
Class representing a single I-V probe characteristic for convenient experimental data access and computation. Supports units.
- bias
Array of applied probe biases in units convertible to V.
- Type:
- current
Array of applied probe currents in units convertible to A.
- Type:
Methods Summary
get_padded_limit
(padding[, log])Return the limits of the current range for plotting, taking into account padding.
get_unique_bias
([inplace])Remove any duplicate bias values through averaging.
plot
()Plot the characteristic in matplotlib.
sort
()Sort the characteristic by ascending bias.
Methods Documentation