JUK1
|
a helper struct to store the information for the ports of an S-Parameter Block More...
#include <SParameterBlock.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... | |
T | R = 0 |
The equivalent resistance. More... | |
T | beta = 0 |
a constant factor More... | |
std::vector< T > | s0 |
The start of each SParameterSequence. More... | |
a helper struct to store the information for the ports of an S-Parameter Block
T | The value type |
Definition at line 20 of file SParameterBlock.hpp.
T SParameterPort< T >::beta = 0 |
a constant factor
Definition at line 30 of file SParameterBlock.hpp.
size_t SParameterPort< T >::current = 0 |
The current index.
Definition at line 26 of file SParameterBlock.hpp.
size_t SParameterPort< T >::negative = 0 |
The negative index.
Definition at line 24 of file SParameterBlock.hpp.
size_t SParameterPort< T >::positive = 0 |
The positive index.
Definition at line 22 of file SParameterBlock.hpp.
T SParameterPort< T >::R = 0 |
The equivalent resistance.
Definition at line 28 of file SParameterBlock.hpp.
std::vector<T> SParameterPort< T >::s0 |
The start of each SParameterSequence.
Definition at line 32 of file SParameterBlock.hpp.