NeuroML C++ API  2.3.0
C++ API for NeuroML 2
List of all members
neuroml2::VoltageClampTriple Class Reference

Class corresponding to the VoltageClampTriple schema type. More...

#include <NeuroML_v2.3.hxx>

+ Inheritance diagram for neuroml2::VoltageClampTriple:
+ Collaboration diagram for neuroml2::VoltageClampTriple:

active

Accessor and modifier functions for the active required attribute.

typedef ::neuroml2::ZeroOrOne active_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< active_type, char > active_traits
 Attribute traits type.
 
const active_typeactive () const
 Return a read-only (constant) reference to the attribute. More...
 
active_typeactive ()
 Return a read-write reference to the attribute. More...
 
void active (const active_type &x)
 Set the attribute value. More...
 
void active (::std::unique_ptr< active_type > p)
 Set the attribute value without copying. More...
 

delay

Accessor and modifier functions for the delay required attribute.

typedef ::neuroml2::Nml2Quantity_time delay_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< delay_type, char > delay_traits
 Attribute traits type.
 
const delay_typedelay () const
 Return a read-only (constant) reference to the attribute. More...
 
delay_typedelay ()
 Return a read-write reference to the attribute. More...
 
void delay (const delay_type &x)
 Set the attribute value. More...
 
void delay (::std::unique_ptr< delay_type > p)
 Set the attribute value without copying. More...
 

duration

Accessor and modifier functions for the duration required attribute.

typedef ::neuroml2::Nml2Quantity_time duration_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< duration_type, char > duration_traits
 Attribute traits type.
 
const duration_typeduration () const
 Return a read-only (constant) reference to the attribute. More...
 
duration_typeduration ()
 Return a read-write reference to the attribute. More...
 
void duration (const duration_type &x)
 Set the attribute value. More...
 
void duration (::std::unique_ptr< duration_type > p)
 Set the attribute value without copying. More...
 

conditioningVoltage

Accessor and modifier functions for the conditioningVoltage required attribute.

typedef ::neuroml2::Nml2Quantity_voltage conditioningVoltage_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< conditioningVoltage_type, char > conditioningVoltage_traits
 Attribute traits type.
 
const conditioningVoltage_typeconditioningVoltage () const
 Return a read-only (constant) reference to the attribute. More...
 
conditioningVoltage_typeconditioningVoltage ()
 Return a read-write reference to the attribute. More...
 
void conditioningVoltage (const conditioningVoltage_type &x)
 Set the attribute value. More...
 
void conditioningVoltage (::std::unique_ptr< conditioningVoltage_type > p)
 Set the attribute value without copying. More...
 

testingVoltage

Accessor and modifier functions for the testingVoltage required attribute.

typedef ::neuroml2::Nml2Quantity_voltage testingVoltage_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< testingVoltage_type, char > testingVoltage_traits
 Attribute traits type.
 
const testingVoltage_typetestingVoltage () const
 Return a read-only (constant) reference to the attribute. More...
 
testingVoltage_typetestingVoltage ()
 Return a read-write reference to the attribute. More...
 
void testingVoltage (const testingVoltage_type &x)
 Set the attribute value. More...
 
void testingVoltage (::std::unique_ptr< testingVoltage_type > p)
 Set the attribute value without copying. More...
 

returnVoltage

Accessor and modifier functions for the returnVoltage required attribute.

typedef ::neuroml2::Nml2Quantity_voltage returnVoltage_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< returnVoltage_type, char > returnVoltage_traits
 Attribute traits type.
 
const returnVoltage_typereturnVoltage () const
 Return a read-only (constant) reference to the attribute. More...
 
returnVoltage_typereturnVoltage ()
 Return a read-write reference to the attribute. More...
 
void returnVoltage (const returnVoltage_type &x)
 Set the attribute value. More...
 
void returnVoltage (::std::unique_ptr< returnVoltage_type > p)
 Set the attribute value without copying. More...
 

simpleSeriesResistance

Accessor and modifier functions for the simpleSeriesResistance required attribute.

typedef ::neuroml2::Nml2Quantity_resistance simpleSeriesResistance_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< simpleSeriesResistance_type, char > simpleSeriesResistance_traits
 Attribute traits type.
 
const simpleSeriesResistance_typesimpleSeriesResistance () const
 Return a read-only (constant) reference to the attribute. More...
 
simpleSeriesResistance_typesimpleSeriesResistance ()
 Return a read-write reference to the attribute. More...
 
void simpleSeriesResistance (const simpleSeriesResistance_type &x)
 Set the attribute value. More...
 
void simpleSeriesResistance (::std::unique_ptr< simpleSeriesResistance_type > p)
 Set the attribute value without copying. More...
 

Constructors

 VoltageClampTriple (const id_type &, const active_type &, const delay_type &, const duration_type &, const conditioningVoltage_type &, const testingVoltage_type &, const returnVoltage_type &, const simpleSeriesResistance_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 VoltageClampTriple (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 VoltageClampTriple (const VoltageClampTriple &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual VoltageClampTriple_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
VoltageClampTripleoperator= (const VoltageClampTriple &x)
 Copy assignment operator. More...
 
virtual ~VoltageClampTriple ()
 Destructor.
 

Additional Inherited Members

- Public Types inherited from neuroml2::Standalone
typedef ::neuroml2::Notes notes_type
 Element type.
 
typedef ::xsd::cxx::tree::optional< notes_typenotes_optional
 Element optional container type.
 
typedef ::xsd::cxx::tree::traits< notes_type, char > notes_traits
 Element traits type.
 
typedef ::neuroml2::Property property_type
 Element type.
 
typedef ::xsd::cxx::tree::sequence< property_typeproperty_sequence
 Element sequence container type.
 
typedef property_sequence::iterator property_iterator
 Element iterator type.
 
typedef property_sequence::const_iterator property_const_iterator
 Element constant iterator type.
 
typedef ::xsd::cxx::tree::traits< property_type, char > property_traits
 Element traits type.
 
typedef ::neuroml2::Annotation annotation_type
 Element type.
 
typedef ::xsd::cxx::tree::optional< annotation_typeannotation_optional
 Element optional container type.
 
typedef ::xsd::cxx::tree::traits< annotation_type, char > annotation_traits
 Element traits type.
 
typedef ::neuroml2::MetaId metaid_type
 Attribute type.
 
typedef ::xsd::cxx::tree::optional< metaid_typemetaid_optional
 Attribute optional container type.
 
typedef ::xsd::cxx::tree::traits< metaid_type, char > metaid_traits
 Attribute traits type.
 
- Public Types inherited from neuroml2::Base
typedef ::neuroml2::NmlId id_type
 Attribute type.
 
typedef ::xsd::cxx::tree::traits< id_type, char > id_traits
 Attribute traits type.
 
- Public Member Functions inherited from neuroml2::Standalone
const notes_optionalnotes () const
 Return a read-only (constant) reference to the element container. More...
 
notes_optionalnotes ()
 Return a read-write reference to the element container. More...
 
void notes (const notes_type &x)
 Set the element value. More...
 
void notes (const notes_optional &x)
 Set the element value. More...
 
void notes (::std::unique_ptr< notes_type > p)
 Set the element value without copying. More...
 
const property_sequenceproperty () const
 Return a read-only (constant) reference to the element sequence. More...
 
property_sequenceproperty ()
 Return a read-write reference to the element sequence. More...
 
void property (const property_sequence &s)
 Copy elements from a given sequence. More...
 
const annotation_optionalannotation () const
 Return a read-only (constant) reference to the element container. More...
 
annotation_optionalannotation ()
 Return a read-write reference to the element container. More...
 
void annotation (const annotation_type &x)
 Set the element value. More...
 
void annotation (const annotation_optional &x)
 Set the element value. More...
 
void annotation (::std::unique_ptr< annotation_type > p)
 Set the element value without copying. More...
 
const metaid_optionalmetaid () const
 Return a read-only (constant) reference to the attribute container. More...
 
metaid_optionalmetaid ()
 Return a read-write reference to the attribute container. More...
 
void metaid (const metaid_type &x)
 Set the attribute value. More...
 
void metaid (const metaid_optional &x)
 Set the attribute value. More...
 
void metaid (::std::unique_ptr< metaid_type > p)
 Set the attribute value without copying. More...
 
 Standalone (const id_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 Standalone (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 Standalone (const Standalone &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
Standaloneoperator= (const Standalone &x)
 Copy assignment operator. More...
 
virtual ~Standalone ()
 Destructor.
 
- Public Member Functions inherited from neuroml2::Base
const id_typeid () const
 Return a read-only (constant) reference to the attribute. More...
 
id_typeid ()
 Return a read-write reference to the attribute. More...
 
void id (const id_type &x)
 Set the attribute value. More...
 
void id (::std::unique_ptr< id_type > p)
 Set the attribute value without copying. More...
 
 Base (const id_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 Base (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 Base (const Base &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
Baseoperator= (const Base &x)
 Copy assignment operator. More...
 
virtual ~Base ()
 Destructor.
 
- Public Member Functions inherited from neuroml2::BaseWithoutId
 BaseWithoutId ()
 Create an instance from the ultimate base and initializers for required elements and attributes.
 
 BaseWithoutId (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 BaseWithoutId (const ::xercesc::DOMAttr &a, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM attribute. More...
 
 BaseWithoutId (const ::std::string &s, const ::xercesc::DOMElement *e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a string fragment. More...
 
 BaseWithoutId (const BaseWithoutId &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual ~BaseWithoutId ()
 Destructor.
 

Detailed Description

Class corresponding to the VoltageClampTriple schema type.

Voltage clamp with 3 clamp levels. Applies a variable current i ( through simpleSeriesResistance ) to try to keep parent cell at conditioningVoltage until time delay, testingVoltage until delay + duration, and returnVoltage afterwards. Only enabled if active = 1.
:param active: Whether the voltage clamp is active ( 1 ) or inactive ( 0 ). :type active: none :param delay: Delay before switching from conditioningVoltage to testingVoltage. :type delay: time :param duration: Duration to hold at testingVoltage. :type duration: time :param conditioningVoltage: Target voltage before time delay :type conditioningVoltage: voltage :param testingVoltage: Target voltage between times delay and delay + duration :type testingVoltage: voltage :param returnVoltage: Target voltage after time duration :type returnVoltage: voltage :param simpleSeriesResistance: Current will be calculated by the difference in voltage between the target and parent, divided by this value :type simpleSeriesResistance: resistance

Definition at line 53707 of file NeuroML_v2.3.hxx.

Constructor & Destructor Documentation

◆ VoltageClampTriple() [1/2]

neuroml2::VoltageClampTriple::VoltageClampTriple ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM element.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.

Definition at line 41569 of file NeuroML_v2.3.cxx.

◆ VoltageClampTriple() [2/2]

neuroml2::VoltageClampTriple::VoltageClampTriple ( const VoltageClampTriple x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Copy constructor.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA pointer to the object that will contain the copy.

For polymorphic object models use the _clone function instead.

Definition at line 41554 of file NeuroML_v2.3.cxx.

Member Function Documentation

◆ _clone()

VoltageClampTriple * neuroml2::VoltageClampTriple::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA pointer to the object that will contain the copy.
Returns
A pointer to the dynamically allocated copy.

This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.

Reimplemented from neuroml2::Standalone.

Definition at line 41696 of file NeuroML_v2.3.cxx.

◆ active() [1/4]

VoltageClampTriple::active_type & neuroml2::VoltageClampTriple::active ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 13336 of file NeuroML_v2.3.cxx.

◆ active() [2/4]

const VoltageClampTriple::active_type & neuroml2::VoltageClampTriple::active ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 13330 of file NeuroML_v2.3.cxx.

◆ active() [3/4]

void neuroml2::VoltageClampTriple::active ( ::std::unique_ptr< active_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 13348 of file NeuroML_v2.3.cxx.

◆ active() [4/4]

void neuroml2::VoltageClampTriple::active ( const active_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 13342 of file NeuroML_v2.3.cxx.

◆ conditioningVoltage() [1/4]

VoltageClampTriple::conditioningVoltage_type & neuroml2::VoltageClampTriple::conditioningVoltage ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 13408 of file NeuroML_v2.3.cxx.

◆ conditioningVoltage() [2/4]

const VoltageClampTriple::conditioningVoltage_type & neuroml2::VoltageClampTriple::conditioningVoltage ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 13402 of file NeuroML_v2.3.cxx.

◆ conditioningVoltage() [3/4]

void neuroml2::VoltageClampTriple::conditioningVoltage ( ::std::unique_ptr< conditioningVoltage_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 13420 of file NeuroML_v2.3.cxx.

◆ conditioningVoltage() [4/4]

void neuroml2::VoltageClampTriple::conditioningVoltage ( const conditioningVoltage_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 13414 of file NeuroML_v2.3.cxx.

◆ delay() [1/4]

VoltageClampTriple::delay_type & neuroml2::VoltageClampTriple::delay ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 13360 of file NeuroML_v2.3.cxx.

◆ delay() [2/4]

const VoltageClampTriple::delay_type & neuroml2::VoltageClampTriple::delay ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 13354 of file NeuroML_v2.3.cxx.

◆ delay() [3/4]

void neuroml2::VoltageClampTriple::delay ( ::std::unique_ptr< delay_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 13372 of file NeuroML_v2.3.cxx.

◆ delay() [4/4]

void neuroml2::VoltageClampTriple::delay ( const delay_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 13366 of file NeuroML_v2.3.cxx.

◆ duration() [1/4]

VoltageClampTriple::duration_type & neuroml2::VoltageClampTriple::duration ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 13384 of file NeuroML_v2.3.cxx.

◆ duration() [2/4]

const VoltageClampTriple::duration_type & neuroml2::VoltageClampTriple::duration ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 13378 of file NeuroML_v2.3.cxx.

◆ duration() [3/4]

void neuroml2::VoltageClampTriple::duration ( ::std::unique_ptr< duration_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 13396 of file NeuroML_v2.3.cxx.

◆ duration() [4/4]

void neuroml2::VoltageClampTriple::duration ( const duration_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 13390 of file NeuroML_v2.3.cxx.

◆ operator=()

VoltageClampTriple & neuroml2::VoltageClampTriple::operator= ( const VoltageClampTriple x)

Copy assignment operator.

Parameters
xAn instance to make a copy of.
Returns
A reference to itself.

For polymorphic object models use the _clone function instead.

Definition at line 41703 of file NeuroML_v2.3.cxx.

◆ returnVoltage() [1/4]

VoltageClampTriple::returnVoltage_type & neuroml2::VoltageClampTriple::returnVoltage ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 13456 of file NeuroML_v2.3.cxx.

◆ returnVoltage() [2/4]

const VoltageClampTriple::returnVoltage_type & neuroml2::VoltageClampTriple::returnVoltage ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 13450 of file NeuroML_v2.3.cxx.

◆ returnVoltage() [3/4]

void neuroml2::VoltageClampTriple::returnVoltage ( ::std::unique_ptr< returnVoltage_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 13468 of file NeuroML_v2.3.cxx.

◆ returnVoltage() [4/4]

void neuroml2::VoltageClampTriple::returnVoltage ( const returnVoltage_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 13462 of file NeuroML_v2.3.cxx.

◆ simpleSeriesResistance() [1/4]

VoltageClampTriple::simpleSeriesResistance_type & neuroml2::VoltageClampTriple::simpleSeriesResistance ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 13480 of file NeuroML_v2.3.cxx.

◆ simpleSeriesResistance() [2/4]

const VoltageClampTriple::simpleSeriesResistance_type & neuroml2::VoltageClampTriple::simpleSeriesResistance ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 13474 of file NeuroML_v2.3.cxx.

◆ simpleSeriesResistance() [3/4]

void neuroml2::VoltageClampTriple::simpleSeriesResistance ( ::std::unique_ptr< simpleSeriesResistance_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 13492 of file NeuroML_v2.3.cxx.

◆ simpleSeriesResistance() [4/4]

void neuroml2::VoltageClampTriple::simpleSeriesResistance ( const simpleSeriesResistance_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 13486 of file NeuroML_v2.3.cxx.

◆ testingVoltage() [1/4]

VoltageClampTriple::testingVoltage_type & neuroml2::VoltageClampTriple::testingVoltage ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

Definition at line 13432 of file NeuroML_v2.3.cxx.

◆ testingVoltage() [2/4]

const VoltageClampTriple::testingVoltage_type & neuroml2::VoltageClampTriple::testingVoltage ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.

Definition at line 13426 of file NeuroML_v2.3.cxx.

◆ testingVoltage() [3/4]

void neuroml2::VoltageClampTriple::testingVoltage ( ::std::unique_ptr< testingVoltage_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

Definition at line 13444 of file NeuroML_v2.3.cxx.

◆ testingVoltage() [4/4]

void neuroml2::VoltageClampTriple::testingVoltage ( const testingVoltage_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

Definition at line 13438 of file NeuroML_v2.3.cxx.


The documentation for this class was generated from the following files: