tennsS v1.53 Reference Manual

Copyright (C) 1997 - 2002 Mike Arnold, Altjira Software, mikea@altjira.com

Go to the previous, next section, table of contents.


Probe

Class Probe derived from Owned (size <56> bytes)

A multi-pin probe that records a set of values as defined by the constructed object <parameters>. The results are written to an output <interface> with the specified <precision>. The parameter set object is a constructed object and must be of a type derived from Parset, by default of type Refset. The interface object is a referenced object and must be of type <Oface>. If the probe is <active>, then every <period> calls to the default operator for the object will result in the probe taking a recording. Note that time is not the unit of <period>, as it is undefined when and how the probe will be called. If <lock> is true then the value of <active> is locked. Changes in the active state of the probe are recorded to the interface using the value of <marker> within a comment. If <reset-int> is true, then the interface is reset along with the probe.


Naming

interface references interface parameters references parameter set

Reverse References for Global Context

owner parameters

Control

interface reset according to <reset-int> parameters reset, dump, restore

Configuration

interface=<ref> interface to write data to. reset-int=<bool> whether to reset the interface (1) active=<bool> (de)activate the probe (true) lock=<bool> (un)lock the probe (false) period=<uint> sets operating period (1) precision=<uint> sets the precision

Passive Points

marker text used to mark switching

Commands

parameters type=<type> <arguments to the object> create a parameter set object with the specified <type> type=<type> type of object

Derived Classes


Go to the previous, next section, table of contents. Document generated Mon Jun 16 02:19:05 GMT 2003