AddProbe

AddProbe(CSX, name, type, varargin)

Full definition:

function CSX = AddProbe(CSX, name, type, varargin)

Add a probe property to CSX with the given name. Remember to add a geometrical primitive to any property.

name: name of the property and probe file

type:

  • 0 for voltage probing

  • 1 for current probing

  • 2 for E-field probing

  • 3 for H-field probing

  • 10 for waveguide voltage mode matching

  • 11 for waveguide current mode matching

all following parameter are optional key/value parameter:

  • weight: weighting factor (default is 1)

  • frequency: dump in the frequency domain at the given samples (in Hz)

  • ModeFunction: A mode function (used only with type 3/4)

  • NormDir: necessary for current probing box with dimension~=2

  • StartTime/StopTime: Define a start and/or stop time (in seconds) for this probe to be active.

examples:

CSX = AddProbe(CSX,'ut1',0); %voltate probe
CSX = AddProbe(CSX,'it1',1); %current probe

AddExcitation, AddMaterial, AddExcitation, AddProbe, AddBox


author: Thorsten Liebig