Source code for pyleecan.Methods.Simulation.ParamExplorerSet.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 len(self.value)