Skip to main content

py_lookup_table

Function py_lookup_table 

Source
pub fn py_lookup_table(
    tags: &Bound<'_, PyTuple>,
    variables: Vec<PyVariable>,
    axis_coordinates: Vec<Vec<f64>>,
    values: Vec<Complex64>,
    interpolation: &str,
    boundary_mode: &str,
) -> PyResult<PyExpression>
Expand description

Construct a fixed-complex lookup table amplitude.