Interface attributeConfig

Datatype representing the object stored in CLI which records what attributes were set

Hierarchy

  • attributeConfig

Properties

cases: number

Specify a number of cases to print

Usefull for tables meant for 7 segment digis, or any other system with binary cases trucated

karnaugh: boolean

print a karnaugh table to the console

this attribute is set with ~k

reverse: boolean

reverse the table labels, ex: ABCD becomes DCBA

this attribute is set with ~r

table: boolean

print a table to the console (default)

this attribute is set with ~t

Generated using TypeDoc