STRING files

class alphasign.string.String(data=None, label=None, size=None)

Class representing a STRING file.

Variables:
  • data – string contained within object
  • label – label of string object
Parameters:
  • data – initial string to insert into object
  • label – file label (default: “1”)
  • size – maximum size of string data in bytes (default: 32)
call()

Call a STRING.

This is for inserting a STRING file into a TEXT file.

Returns:control code and specified string label
Return type:string