value#

PointMonitor.value(quantity=None, setup_name=None, design_variation_dict=None, si_out=True)[source]#

Get a list of values obtained from the monitor object. If the simulation is steady state, the list will contain just one element.

Parameters:
quantitystr or list, optional

String that specifies the quantity that is retrieved. If this parameter is not provided, all monitored quantity will be considered.

design_variation_dictdict, optional

Dictionary containing the project and design variables and values. If this parameter is not provided, all variations will be considered.

setup_namestr, optional

String that specifies the name of the setup from which to extract the monitor value. If this parameter is not provided, the first one of the design will be selected.

si_outbool, optional

Whether to return the values of th monitor object in SI units. Default is True.

Returns:
dict

Dictionary containing the variables names and values and the monitor values for each variation.