JUK1
SParameterPort< T > Struct Template Reference

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...
 
R = 0
 The equivalent resistance. More...
 
beta = 0
 a constant factor More...
 
std::vector< T > s0
 The start of each SParameterSequence. More...
 

Detailed Description

template<typename T>
struct SParameterPort< T >

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

Template Parameters
TThe value type

Definition at line 20 of file SParameterBlock.hpp.

Member Data Documentation

◆ beta

template<typename T >
T SParameterPort< T >::beta = 0

a constant factor

Definition at line 30 of file SParameterBlock.hpp.

◆ current

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

The current index.

Definition at line 26 of file SParameterBlock.hpp.

◆ negative

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

The negative index.

Definition at line 24 of file SParameterBlock.hpp.

◆ positive

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

The positive index.

Definition at line 22 of file SParameterBlock.hpp.

◆ R

template<typename T >
T SParameterPort< T >::R = 0

The equivalent resistance.

Definition at line 28 of file SParameterBlock.hpp.

◆ s0

template<typename T >
std::vector<T> SParameterPort< T >::s0

The start of each SParameterSequence.

Definition at line 32 of file SParameterBlock.hpp.


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