Source code for pyleecan.Methods.Simulation.ParamExplorerInterval.get_N

def get_N(self):
    """Return the number of value of the ParamExplorer

    Parameters
    ----------
    self : ParamExplorerInterval
        A ParamExplorerInterval object

    Returns
    -------
    N: int
        number of value of the ParamExplorer
    """

    return self.N