Section 5: Remote commands
Models 707B and 708B Switching Matrix Reference Manual
5-10
707B-901-01 Rev. A / August 2010
Example: Write to one bit of the digital I/O port
Command Description
digio.writebit(4, 0)
Writes a 0 to Bit 4
data = digio.readbit(4)
Reads the value at Bit 4
print(data)
Generates a response message
(on page 7-60)
(on page 7-65)
display functions and attributes
(on page 7-70)
(on page 7-80)
(on page 7-82)
(on page 7-84)
errorqueue functions and attributes
When errors occur, the error messages are placed in the error queue. Use error queue commands to
request error message information.
(on page 7-86)