Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-9
beeper.enable
This attribute allows you to turn the beeper on or off.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Reset
Create
configuration script
Enabled
Usage
state = beeper.enable
beeper.enable = state
state
beeper.OFF
or
0
: Beeper disabled
beeper.ON
or
1
: Beeper enabled
Details
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()
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.