|
| IISources (dss::APIUtil *util) |
|
strings | AllNames () |
| Array of strings with all ISource names in the circuit.
|
|
int32_t | Count () |
| Number of ISource objects in active circuit.
|
|
int32_t | First () |
| Sets the first ISource active. More...
|
|
string | Name () |
| Get the name of the current active ISource.
|
|
IISources & | Name (const char *value) |
| Sets the active ISource by Name.
|
|
IISources & | Name (const string &value) |
|
int32_t | Next () |
| Sets the next ISource active. More...
|
|
int32_t | idx () |
| Get active ISource by index; index is 1-based: 1..count.
|
|
void | idx (int32_t value) |
| Get active ISource by index; index is 1-based: 1..count.
|
|
double | Amps () |
| Magnitude of the ISource in amps.
|
|
IISources & | Amps (double value) |
|
double | AngleDeg () |
| Phase angle for ISource, degrees.
|
|
IISources & | AngleDeg (double value) |
|
double | Frequency () |
| The present frequency of the ISource, Hz.
|
|
IISources & | Frequency (double value) |
|
| ContextState (APIUtil *util) |
|
|
void * | ctx |
| Pointer to the DSSContext for easy access.
|
|
APIUtil * | api_util |
| API utility functions.
|
|
◆ First()
int32_t dss::classic::IISources::First |
( |
| ) |
|
|
inline |
Sets the first ISource active.
Returns 0 if no more.
◆ Next()
int32_t dss::classic::IISources::Next |
( |
| ) |
|
|
inline |
Sets the next ISource active.
Returns 0 if no more.
The documentation for this class was generated from the following file: