swat.cas.datamsghandlers.Clipboard

class swat.cas.datamsghandlers.Clipboard(nrecs=1000, transformers=None, **kwargs)

Bases: PandasDataFrame

Create a Clipboard data message handler

Parameters:
nrecsint, optional

Number of recods to send at a time.

**kwargskeyword arguments, optional

Arguments sent to pandas.read_clipboard().

Returns:
Clipboard data message handler object
__init__(nrecs=1000, transformers=None, **kwargs)

Methods

__init__([nrecs, transformers])

finish(connection)

Finish the data sending operation

getone(connection, **kwargs)

Get a single response from the server

getrow(row)

Get a row of values from the data source

send(connection, nrecs)

Send the records to the connection

write(row, values)

Write the value to the row and column specified in the buffer

Attributes

args

Property that generates the CAS action parameters for CAS actions that use a data message handler.