Index: dev_comm/excitation.txt =================================================================== --- dev_comm/excitation.txt (revision 23731) +++ dev_comm/excitation.txt (revision 23732) @@ -54,11 +54,53 @@ run command. % output format: -functionname(t) = ; - FDTD = SetCustomExcite(FDTD,f0,funcStr); ** +Total-Field/Scattered-Field Excitation +User Inputs: + % output format: + +** + +Standard Excitation + +User Inputs: + name + long name: Box Name + type: string + unit: Hz + help: + type + long name: Type + type: fixed string + unit: N.A. + help: The only viable options are... + 0=E-field soft excitation + 1=E-field hard excitation + 2=H-field soft excitation + 3=H-field hard excitation + 10=plane wave excitation + excite + long name: Field Vector + type: 3 integers [x y z] + unit: dependent on type selected + help: direction and magnitude of the field + delay + long name: Time to Excitation + type: integer + unit: seconds + help: this is optional + PropDir + long name: Direction of Plane Wave Propogation + type: 3 integers [x y z] + unit: ??ask thorsten?? + help: this is optional + +% output format: +CSX = AddExcitation(CSX, name, type, excite, varargin) + +