Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-9
beeper.enable
This command allows you to turn the beeper on or off.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Recall setup
Instrument reset
Saved setup
1 (beeper.ON)
Usage
state
= beeper.enable
beeper.enable =
state
state
Disable the beeper:
beeper.OFF
or
0
Enable the beeper:
beeper.ON
or
1
Details
This command enables or disables the beeper. When enabled, a beep signals that a front-panel key
has been pressed. Disabling the beeper also disables front-panel key clicks.
Example
beeper.enable = beeper.ON
beeper.beep(2, 2400)
Enables the beeper and generates a
two-second, 2400 Hz tone.
Also see
(on page 7-8)
bit.bitand()
This function performs a bitwise logical AND operation on two numbers.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
result
= bit.bitand(
value1
,
value2
)
result
Result of the logical AND operation
value1
Operand for the logical AND operation
value2
Operand for the logical AND operation
Details
Any fractional parts of
value1
and
value2
are truncated to form integers. The returned
result
is
also an integer.