Chiplotle Known Plotters

class chiplotle.plotters.DPX3300(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.DXY1300(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.DXY880(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.HP7475A(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.HP7550A(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.HP7575A(ser, **kwargs)
Bases: chiplotle.plotters.hp7576a.HP7576A
class chiplotle.plotters.HP7576A(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.HP7585B(ser, **kwargs)

Bases: chiplotle.plotters.drawingplotter._DrawingPlotter

Use with Houston Instruments DMP-60.

class chiplotle.plotters.HP7595A(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.HP7596A(ser, **kwargs)
Bases: chiplotle.plotters.drawingplotter._DrawingPlotter
class chiplotle.plotters.Plotter(ser, **kwargs)

Bases: chiplotle.plotters.drawingplotter._DrawingPlotter

abort_command()
Tells the plotter to discard commands in its buffer.
absolute_char_size(w=None, h=None)
absolute_direction(run=1, rise=0)
acceleration_select(accel=None, pen=None)
actual_position
Output the actual position of the plotter pen.
advance_frame()
advance_full_page()
advance_half_page()
arch_absolute(x, y, aa, ca=5)
arch_relative(x, y, aa, ca=5)
automatic_pen(p=None)
buffer_label(text=None)
buffer_plot()
carousel_type
character_chord_angle(angle=5)
character_plot(spaces=None, lines=None)
character_selection_mode(switch=0, fallback=0)
character_set(set=0)
character_slant(tan=0)
chord_tolerance(type=0)
circle(rad, ca=5)
clear_digitizer()
commanded_position
default_instruction()
define_label_terminator(t='x03')
designate_alternate_character_set(n=0)
digitize_point()
digitized_point
edge_polygon()
edge_rectangle_absolute(x, y)
edge_rectangle_relative(x, y)
enable_cut_line(n)
escape_plotter_on()
fill_polygon()
fill_type(type=1, space=None, angle=0)
filled_rectangle_absolute(x, y)
filled_rectangle_relative(x, y)
force_select(force=None, pen=None)
goto(x, y)
Alias for PA() with only one point
goto_bottom_left()
goto_bottom_right()
goto_center()
goto_top_left()
goto_top_right()
id
Get id of plotter.
initialize_plotter()
input_window(xLL=None, yLL=None, xUR=None, yUR=None)
label(text)
label_length
line_type(pattern, length=4)
margins
Read-only reference to MarginsInterface.
not_ready()
nudge(x, y)
options
output_error
output_key
output_p1p2
page_feed(n=None)
paper_size(size=None)
pen_down(coords=None)
Pen Down.
pen_thickness(thickness=0.29999999999999999)
pen_up(coords=None)
Pen Up.
plot_absolute(coords=None)

Plot Absolute. Takes a tuple of any number of sets of points: (0,0,100,100,2500,1000) will go to three different points:

0,0 100,100 2500,1000
plot_polygon(n=0)
plot_relative(coords=None)

Plot Relative. Takes a tuple of any number of sets of points: (0,0,100,100,2500,1000) will go to three different points:

0,0 100,100 2500,1000
print_buffered_label()
relative_character_size(w=None, h=None)
replot(n=1)
rotate(angle=0)
scale(xMin, xMax, yMin, yMax)
select_alternate_character_set()
select_pen(penNum=0)
select_standard_character_set()
set_origin_bottom_left()
Set origin to bottom, left
set_origin_bottom_right()
Set origin to bottom, right
set_origin_center()
Set origin to center, center
set_origin_current_location()
Set origin to current location
set_origin_to_point(point)
Set origin to given point [x, y]
set_origin_top_left()
Set origin to upper, left
set_origin_top_right()
Set origin to top, right
status
symbol_mode(char=None)
tick_length(tp=0.5, tn=0.5)
velocity_select(v=None, pen=None)
Set pen’s velocity.
write(data)
Public access for writing to serial port. data can be an iterator, a string or an _HPGL.
write_file(filename)
Sends the HPGL content of the given filename to the plotter.
write_to_display(text)
x_tick()
y_tick()

Previous topic

Chiplotle Compound Commands

Next topic

Chiplotle Tools