[Sense:]Channel:settling; [Sense:]Data:cvtable; [Sense:]Channel:settling? (@<Channel>); [Sense:]Data:cvtable? (@<Element_List>) - HP E1419A User Manual

Measurement and control module
Table of Contents

Advertisement

[SENSe]

[SENSe:]CHANnel:SETTling?

Parameters
Comments

[SENSe:]DATA:CVTable?

Parameters
Comments
264 HP E1419 Command Reference
[SENSe:]CHANnel:SETTling? <channel> returns the current number of samples
to make on <channel>.
Parameter
Parameter
Name
Type
channel
string
<channel> must specify a single channel.
Related Commands: SENS:CHAN:SETT, SAMP:TIMER?
*RST Condition: will return 1 for all channels.
Returned Value: returns numeric number of samples, The type is int16.
[SENSe:]DATA:CVTable? (@<element_list>) returns from the Current Value
Table the most recent values stored by algorithms.
Parameter
Parameter
Name
Type
element_list
channel list
[SENSe:]DATA:CVTable? (@<element_list>) allows you to "view" the latest
values of internal algorithm variables while algorithms are executing.
The Current Value Table is an area in memory that can contain as many as 502
32-bit floating point values. Algorithms can copy any of their variable values into
these CVT elements while they execute. The algorithm statements to put data into
the CVT are:
writecvt( <expr>, <element_number> ), and
writeboth( <expr>, <element_number> ). See Chapters 3 and 4 for useage.
Elements 0 through 9 are not accessible. They are used internally by the DSP.
The format of values returned is set using the FORMat[:DATA] command
Returned Value: ASCII values are returned in the form ±1.234567E±123. For
example 13.325 volts would be +1.3325000E+001. Each value is followed by a
comma (,). A line feed (LF) and End-Or-Identify (EOI) follow the last value. The
C-SCPI data type is a string array.
Range of
Default
Values
100 - 163
Range of
Default
Values
10 - 511
Chapter 6
Units
none
Units
none

Advertisement

Table of Contents
loading

Table of Contents