Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-188
707B-901-01 Rev. A / August 2010
status.standard.*
These attributes manage the status model's standard register set.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute
- -
- -
- -
- -
.condition (R)
Yes
Not applicable
Not saved
Not applicable
.enable (RW)
Yes
Status reset
Not saved
0
.event (R)
Yes
Status reset
Not saved
0
.ntr (RW)
Yes
Status reset
Not saved
0
.ptr (RW)
Yes
Status reset
Not saved
253 (All bits set)
Usage
standardRegister = status.standard.condition
standardRegister = status.standard.enable
standardRegister = status.standard.event
standardRegister = status.standard.ntr
standardRegister = status.standard.ptr
status.standard.enable = standardRegister
status.standard.ntr = standardRegister
status.standard.ptr = standardRegister
standardRegister
The standard event register's status in decimal form. A zero (0) indicates no bits set
(also send 0 to clear all bits). Other decimal values indicate various bit settings.
Details
Although the status logical instrument reset affects these attributes, a system reset does not.
These attributes are used to read or write to the standard event status registers.They are set using a constant or
a decimal value, but are returned as a decimal value. The binary equivalent of the value indicates which register
bits are set. In the binary equivalent, the least significant bit is bit B0, and the most significant bit is bit B7. For
example, if a value of
1.02
(which is 129) is read as the value of the condition register, the binary
equivalent is
10000001
. This value indicates that bit B0 and bit B7 are set.
B7
B6
B5 B4 B3 B2 B1
B0
Most
significant
bit
>
> > > > >
Least
significant
bit
1
0
0
0
0
0
0
1
Assigning a value to this attribute enables one or more status events. When an enabled status event occurs, the
corresponding bit is set in the enable register.