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

Class PointSensorDataDefinition

core.Updatable --+        
                 |        
   core.Selectable --+    
                     |    
  SensorDataDefinition --+
                         |
                        PointSensorDataDefinition

Defines which transient and steady state field data are collected at a PointSensor.

Class Hierarchy for PointSensorDataDefinition
Class Hierarchy for PointSensorDataDefinition

Instance Methods
TimeRange
timeRange()
The time range to sample.

Inherited from core.Selectable: clone, isSelected

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

Properties
boolNone collectBFieldVsTime
Controls whether B fields vs time should be collected.
boolNone collectEFieldVsTime
Controls whether E fields vs time should be collected.
boolNone collectHFieldVsTime
Controls whether H fields vs time should be collected.
boolNone collectJFieldVsTime
Controls whether J fields vs time should be collected.
boolNone collectScatteredBFieldVsTime
Controls whether scattered B fields vs time should be collected.
boolNone collectScatteredEFieldVsTime
Controls whether scattered E fields vs time should be collected.
boolNone collectScatteredHFieldVsTime
Controls whether scattered H fields vs time should be collected.

Inherited from core.Selectable: metaData, name, notes