Package empro :: Package toolkit :: Package results :: Class Results
[frames] | no frames]

Class Results

source code

Instance Methods
 
__init__(self, project=None, simulation=None) source code
 
availableExcitations(self) source code
 
system(self, *args, **kwargs) source code
 
sar(self, *args, **kwargs) source code
returns the farfield for the given sensor and circuit excitation
farField(sensorName, excitation)
arguments:
source code
 
nearField(self, *args, **kwargs) source code
returns the network parameters
network() source code
Method Details

farField(sensorName, excitation)

source code 

arguments:

Parameters:
  • sensorName (string) - the name of the farfield sensor
  • excitation (a map from string to voltage or current excitation) - a map from port name to voltage or current excitation (example: {"p1": excitation.VoltageSource(V=1,load=excitation.ParallelRLC(50))}
Returns: returns the farfield for the given sensor and circuit excitation