Package empro :: Module empro :: Module sensor :: Class FarZoneSensor
[frames] | no frames]

Class FarZoneSensor

core.Updatable --+        
                 |        
   core.Selectable --+    
                     |    
                Sensor --+
                         |
                        FarZoneSensor

Collects far-zone (distant) result data over some portion of the surface of the far-field sphere.

Class Hierarchy for FarZoneSensor
Class Hierarchy for FarZoneSensor

constructor FarZoneSensor():

Instance Methods
string
angle1Name()
Name of the first angle.
string
angle2Name()
Name of the second angle.

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties
floatNone angle1Increment
Sets the increment of the range of the first angle.
floatNone angle1Start
Sets the start of the range of the first angle.
floatNone angle1Stop
Sets the stop of the range of the first angle.
floatNone angle2Increment
Sets the increment of the range of the second angle.
floatNone angle2Start
Sets the start of the range of the second angle.
floatNone angle2Stop
Sets the stop of the range of the second angle.
boolNone collectSteadyState
Determines if collection of steady state data is enabled.
boolNone collectTransient
Determines if collection of transient data is enabled.
stringNone coordinateSystemType
Any of {ThetaPhi,AlphaEpsilon,ElevationAzimuth}
boolNone useConstantAngle1
If set the first angle increment and stop are ignored and angle1 is fixed to its start value.
boolNone useConstantAngle2
If set the second angle increment and stop are ignored and angle2 is fixed to its start value.

Inherited from Sensor: enabled, isEnabled, isVisible, visible

Inherited from core.Selectable: metaData, name, notes