Digio.writeport() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Series 3700A System Switch/Multimeter Reference Manual
Details
If the output line is write-protected using the digio.writeprotect attribute, the command is
ignored.
The reset() function does not affect the present state of the digital I/O lines.
Use the digio.writebit() and digio.writeport() commands to control the output state of
the synchronization line when trigger operation is set to digio.TRIG_BYPASS.
The data must be zero (0) to clear the bit. Any value other than zero (0) sets the bit.
Example
digio.writebit(4, 0)
Also see
digio.readbit()
digio.readport()
digio.trigger[N].mode

digio.writeport()

digio.writeprotect
digio.writeport()
This function writes to all digital I/O lines.
Type
TSP-Link accessible
Function
Yes
Usage
digio.writeport(data)
data
Details
The binary representation of data indicates the output pattern to be written to the I/O port. For
example, a data value of 170 has a binary equivalent of 00000010101010. Lines 2, 4, 6, and 8 are
set high (1), and the other 10 lines are set low (0).
Write-protected lines are not changed.
The reset() function does not affect the present states of the digital I/O lines.
Use the digio.writebit() and digio.writeport() commands to control the output state of
the synchronization line when trigger operation is set to digio.TRIG_BYPASS.
Example
digio.writeport(255)
Also see
digio.readbit()
digio.readport()
digio.writebit()
digio.writeprotect
3700AS-901-01 Rev. D/June 2018
(on page 11-115)
(on page 11-116)
(on page 11-118)
(on page 11-125)
(on page 11-126)
Affected by
Value to write to the port (0 to 16383)
(on page 11-115)
(on page 11-116)
(on page 11-124)
(on page 11-126)
Section 11: TSP command reference
Sets digital I/O line 4 low (0).
Where saved
Default value
Sets digital I/O Lines 1 through 8 high (binary
00000011111111).
11-125

Advertisement

Table of Contents
loading

Table of Contents