Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-404 3700AS-901-01 Rev. D/June 2018
As an example, to set bit B1 of the system summary 5 enable register, set
status.system5.enable = status.system5.NODE57.
In addition to the above constants, enableRegister can be set to the numeric equivalent of the bit
to set. To set more than one bit of the register, set enableRegister to the sum of their decimal
weights. For example, to set bits B1 and B4, set enableRegister to 18 (which is the sum of 2 +
16).
enableRegister = status.system5.NODE57 +
status.system5.NODE60
status.system2.enable = enableRegister
Uses constants to set bits B1 and B4 of
the system summary 5 enable register.
-- decimal 18 = binary 0000 0000 0001 0010
enableRegister = 18
status.system5.enable = enableRegister
Uses a decimal value to set bits B1 and
B4 of the system summary 5 enable
register.
Also see
status.system4.* (on page 11-400)
System summary bit (System register) (on page C-5)
timer.measure.t()
This function measures the elapsed time since the timer was last reset.
Usage
time = timer.measure.t()
The elapsed time in seconds (1 µs resolution)