pub fn py_lookup_table_scalar(
tags: &Bound<'_, PyTuple>,
variables: Vec<PyVariable>,
axis_coordinates: Vec<Vec<f64>>,
values: Vec<PyParameter>,
interpolation: &str,
boundary_mode: &str,
) -> PyResult<PyExpression>Expand description
Construct a scalar-parameter lookup table amplitude.