Namespace: ObjLoops

PhSim. ObjLoops

Source:

Methods


<static> global(sim, method)

Execute function on all members of a PhSim simulation or PhSim options.

Parameters:
Name Type Description
sim PhSim | PhSimOptions
method function
Source:

<static> layer(layer, method)

Execute function on all members of an layer

Parameters:
Name Type Description
layer Object
method function
Source:

<static> simulation(simulation, method)

Execute function on all members of a simulation object.

Parameters:
Name Type Description
simulation Object
method function
Source: