JUK1
|
a helper struct to store the information for the ports of an S-Parameter Block More...
#include <SParameterBlockVF.hpp>
Public Attributes | |
size_t | positive = 0 |
The positive index. More... | |
size_t | negative = 0 |
The negative index. More... | |
size_t | current = 0 |
The current index. More... | |
std::complex< T > | beta = 0 |
a constant factor equal to 1 / ( 1 - lambda ) More... | |
std::vector< std::complex< T > > | alpha |
The equivalent scalar for controlled sources. Index is the second port. More... | |
std::complex< T > | R = 0 |
The equivalent resistance. More... | |
std::vector< SParamVFDataFrom< T > > | from |
a helper struct to store the information for the ports of an S-Parameter Block
T | The value type |
Definition at line 51 of file SParameterBlockVF.hpp.
std::vector<std::complex<T> > SParameterPortVF< T >::alpha |
The equivalent scalar for controlled sources. Index is the second port.
Definition at line 65 of file SParameterBlockVF.hpp.
std::complex<T> SParameterPortVF< T >::beta = 0 |
a constant factor equal to 1 / ( 1 - lambda )
Definition at line 61 of file SParameterBlockVF.hpp.
size_t SParameterPortVF< T >::current = 0 |
The current index.
Definition at line 57 of file SParameterBlockVF.hpp.
std::vector<SParamVFDataFrom<T> > SParameterPortVF< T >::from |
Definition at line 70 of file SParameterBlockVF.hpp.
size_t SParameterPortVF< T >::negative = 0 |
The negative index.
Definition at line 55 of file SParameterBlockVF.hpp.
size_t SParameterPortVF< T >::positive = 0 |
The positive index.
Definition at line 53 of file SParameterBlockVF.hpp.
std::complex<T> SParameterPortVF< T >::R = 0 |
The equivalent resistance.
Definition at line 68 of file SParameterBlockVF.hpp.