FDTD_Solver.add_current_probe

rfnetwork.solver.FDTD_Solver.add_current_probe

FDTD_Solver.add_current_probe(name, face)

Add a probe that collects the current through a 2D surface. Calling vi_probe_values() with name will return the current through this surface, with the current direction being defined along the positive cartesian axis.

Parameters

namestr

unique name for field monitor

facepv.PolyData

PolyData object defining a single 2D face, must be aligned on the cartesian axes.