Characteristicο
- class plasmapy.diagnostics.langmuir.Characteristic( )[source]ο
Bases:
objectClass 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
- get_padded_limit(padding, log: bool = False)[source]ο
Return the limits of the current range for plotting, taking into account padding. Matplotlib lacks this functionality.