Qucs-core  0.0.19
Data Structures | Variables
ipulse.cpp File Reference
#include "component.h"
#include "ipulse.h"
Include dependency graph for ipulse.cpp:

Go to the source code of this file.

Data Structures

class  ipulse

Variables

 PROP_REQ []
 PROP_OPT []

Variable Documentation

Initial value:
 {
  { "Tr", PROP_REAL, { 1e-9, PROP_NO_STR }, PROP_POS_RANGE },
  { "Tf", PROP_REAL, { 1e-9, PROP_NO_STR }, PROP_POS_RANGE },
  PROP_NO_PROP }

Definition at line 97 of file ipulse.cpp.

Initial value:
 {
  { "I1", PROP_REAL, { 0, PROP_NO_STR }, PROP_NO_RANGE },
  { "I2", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },
  { "T1", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
  { "T2", PROP_REAL, { 1e-3, PROP_NO_STR }, PROP_POS_RANGE },
  PROP_NO_PROP }

Definition at line 91 of file ipulse.cpp.