xarray.DataArray.kspace.inner_potential¶
- DataArray.kspace.inner_potential¶
Inner potential of the sample in eV.
The inner potential is stored in the
inner_potentialattribute of the data. If the inner potential is not set, a warning is issued and a default value of 10.0 eV is assumed.Note
This property provides a setter method that takes a float value and sets the data attribute accordingly.
Example
>>> data.kspace.inner_potential = 13.0 >>> data.kspace.inner_potential 13.0