|
| ILineSpacings (dss::APIUtil *util) |
|
strings | AllNames () |
| Array of strings with all LineSpacing names in the circuit.
|
|
int32_t | Count () |
| Number of LineSpacing objects in active circuit.
|
|
int32_t | First () |
| Sets the first LineSpacing active. More...
|
|
string | Name () |
| Get the name of the current active LineSpacing.
|
|
ILineSpacings & | Name (const char *value) |
| Sets the active LineSpacing by Name.
|
|
ILineSpacings & | Name (const string &value) |
|
int32_t | Next () |
| Sets the next LineSpacing active. More...
|
|
int32_t | idx () |
| Get active LineSpacing by index; index is 1-based: 1..count.
|
|
void | idx (int32_t value) |
| Get active LineSpacing by index; index is 1-based: 1..count.
|
|
int32_t | Phases () |
| Number of Phases.
|
|
ILineSpacings & | Phases (int32_t value) |
|
int32_t | Nconds () |
|
ILineSpacings & | Nconds (int32_t value) |
|
int32_t | Units () |
|
ILineSpacings & | Units (int32_t value) |
|
template<typename VectorT = Eigen::Matrix<double, Eigen::Dynamic, 1>> |
VectorT | Xcoords () |
| Get/Set the X (horizontal) coordinates of the conductors.
|
|
template<typename VectorT = Eigen::Matrix<double, Eigen::Dynamic, 1>> |
ILineSpacings & | Xcoords (const VectorT &value) |
|
template<typename VectorT = Eigen::Matrix<double, Eigen::Dynamic, 1>> |
VectorT | Ycoords () |
| Get/Set the Y (vertical/height) coordinates of the conductors.
|
|
template<typename VectorT = Eigen::Matrix<double, Eigen::Dynamic, 1>> |
ILineSpacings & | Ycoords (const VectorT &value) |
|
| ContextState (APIUtil *util) |
|
|
void * | ctx |
| Pointer to the DSSContext for easy access.
|
|
APIUtil * | api_util |
| API utility functions.
|
|
◆ First()
int32_t dss::classic::ILineSpacings::First |
( |
| ) |
|
|
inline |
Sets the first LineSpacing active.
Returns 0 if no more.
◆ Next()
int32_t dss::classic::ILineSpacings::Next |
( |
| ) |
|
|
inline |
Sets the next LineSpacing active.
Returns 0 if no more.
The documentation for this class was generated from the following file: