JUK1
SParameterPortVF< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct SParameterPortVF< T >

a helper struct to store the information for the ports of an S-Parameter Block

Template Parameters
TThe value type

Definition at line 51 of file SParameterBlockVF.hpp.

Member Data Documentation

◆ alpha

template<typename T >
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.

◆ beta

template<typename T >
std::complex<T> SParameterPortVF< T >::beta = 0

a constant factor equal to 1 / ( 1 - lambda )

Definition at line 61 of file SParameterBlockVF.hpp.

◆ current

template<typename T >
size_t SParameterPortVF< T >::current = 0

The current index.

Definition at line 57 of file SParameterBlockVF.hpp.

◆ from

template<typename T >
std::vector<SParamVFDataFrom<T> > SParameterPortVF< T >::from

Definition at line 70 of file SParameterBlockVF.hpp.

◆ negative

template<typename T >
size_t SParameterPortVF< T >::negative = 0

The negative index.

Definition at line 55 of file SParameterBlockVF.hpp.

◆ positive

template<typename T >
size_t SParameterPortVF< T >::positive = 0

The positive index.

Definition at line 53 of file SParameterBlockVF.hpp.

◆ R

template<typename T >
std::complex<T> SParameterPortVF< T >::R = 0

The equivalent resistance.

Definition at line 68 of file SParameterBlockVF.hpp.


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