System SourceMeter® Instrument Reference Manual Section 7:
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
Disable the beeper: beeper.OFF or 0
Enable the beeper:
or
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
beeper.beep() (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
Usage
result = bit.bitand(value1, value2)
Result of the logical AND operation
Operand for the logical AND operation
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.