CARMA C++
carma::antenna::common::IVCurve Struct Reference

Data returned by an IV curve method Be careful not to assume that the totPower contains the same number of elements as the IV sequence as total power may or may not have been requested. More...

import "carma/antenna/common/IVCurve.idl";

Public Attributes

sequence< IVPoint > ivSequence
 IV points. More...
 
sequence< float > totPower
 Total power output, milliWatts. More...
 

Detailed Description

Data returned by an IV curve method Be careful not to assume that the totPower contains the same number of elements as the IV sequence as total power may or may not have been requested.

Also, even if it has there is no underlying mechanism to assure that the points match up in time, hence the separate sequences. In other words, use at your own discretion.

Definition at line 30 of file IVCurve.idl.

Member Data Documentation

sequence< IVPoint > carma::antenna::common::IVCurve::ivSequence

IV points.

Definition at line 31 of file IVCurve.idl.

sequence<float> carma::antenna::common::IVCurve::totPower

Total power output, milliWatts.

Definition at line 32 of file IVCurve.idl.


The documentation for this struct was generated from the following file: