::SpiceGenTcl::Ngspice::Analyses

Classes

Ac

Method summary

configure

Configure properties. See ::oo::configuresupport::configurable.

actOnParam

Inherited from ::SpiceGenTcl::Analysis.

genSPICEString

Inherited from ::SpiceGenTcl::Analysis.

Properties

-name:

Readable, writable. Inherited.

-type:

Readable, writable. Inherited.

Superclasses

::SpiceGenTcl::Common::Analyses::Ac

Dc

Method summary

configure

Configure properties. See ::oo::configuresupport::configurable.

actOnParam

Inherited from ::SpiceGenTcl::Analysis.

genSPICEString

Inherited from ::SpiceGenTcl::Analysis.

Properties

-name:

Readable, writable. Inherited.

-type:

Readable, writable. Inherited.

Superclasses

::SpiceGenTcl::Common::Analyses::Dc

Op

Method summary

configure

Configure properties. See ::oo::configuresupport::configurable.

actOnParam

Inherited from ::SpiceGenTcl::Analysis.

genSPICEString

Inherited from ::SpiceGenTcl::Analysis.

Properties

-name:

Readable, writable. Inherited.

-type:

Readable, writable. Inherited.

Superclasses

::SpiceGenTcl::Common::Analyses::Op

SensAc

Method summary

constructor

Constructor for the class.

configure

Configure properties. See ::oo::configuresupport::configurable.

actOnParam

Inherited from ::SpiceGenTcl::Analysis.

genSPICEString

Inherited from ::SpiceGenTcl::Analysis.

Properties

-name:

Readable, writable. Inherited.

-type:

Readable, writable. Inherited.

Superclasses

::SpiceGenTcl::Analysis

Mixins

::SpiceGenTcl::Utility

constructor

Creates object of class SensAc that describes SENS ac analysis.

OBJECT constructor -outvar value -variation value -n value -fstart value -fstop value ?-name value?

Parameters

-fstart value:

Start frequency.

-fstop value:

Start frequency.

-n value:

Number of points.

-name value:

Name argument, optional.

-outvar value:

Output variable.

-variation value:

Parameter that defines frequency scale, could be dec, oct or lin

Description

.sens outvar ac variation n fstart fstop

Example of class initialization:

SensAc new -outvar v(1,out) -variation dec -n 10 -fstart 1 -fstop 1e6 -name dc1

SensDc

Method summary

constructor

Constructor for the class.

configure

Configure properties. See ::oo::configuresupport::configurable.

actOnParam

Inherited from ::SpiceGenTcl::Analysis.

genSPICEString

Inherited from ::SpiceGenTcl::Analysis.

Properties

-name:

Readable, writable. Inherited.

-type:

Readable, writable. Inherited.

Superclasses

::SpiceGenTcl::Analysis

Mixins

::SpiceGenTcl::Utility

constructor

Creates object of class SensDc that describes SENS dc analysis.

OBJECT constructor -outvar value ?-name value?

Parameters

-name value:

Name argument, optional.

-outvar value:

Output variable.

Description

.senc outvar

Example of class initialization:

SensDc new -outvar v(1,out) -name sensdc1

Sp

Method summary

constructor

Constructor for the class.

configure

Configure properties. See ::oo::configuresupport::configurable.

actOnParam

Inherited from ::SpiceGenTcl::Analysis.

genSPICEString

Inherited from ::SpiceGenTcl::Analysis.

Properties

-name:

Readable, writable. Inherited.

-type:

Readable, writable. Inherited.

Superclasses

::SpiceGenTcl::Analysis

Mixins

::SpiceGenTcl::Utility

constructor

Creates object of class Sp that describes s-parameter analysis.

OBJECT constructor -variation value -n value -fstart value -fstop value ?-name value? ?-donoise?

Parameters

-donoise:

Activate s-parameter noise.

-fstart value:

Start frequency.

-fstop value:

Start frequency.

-n value:

Number of points.

-name value:

Name argument, optional.

-variation value:

Parameter that defines frequency scale, could be dec, oct or lin

Description

.ac variation n fstart fstop <donoise>

Example of class initialization:

Sp new -variation dec -n 10 -fstart 1 -fstop 1e6 -name sp1 -donoise

Tran

Method summary

configure

Configure properties. See ::oo::configuresupport::configurable.

actOnParam

Inherited from ::SpiceGenTcl::Analysis.

genSPICEString

Inherited from ::SpiceGenTcl::Analysis.

Properties

-name:

Readable, writable. Inherited.

-type:

Readable, writable. Inherited.

Superclasses

::SpiceGenTcl::Common::Analyses::Tran


Copyright (c) George Yashin