Close

SysInfo Class

The SysInfo class describes current system information. Note: It can be accessed with the sysinfo object, found in the automatically imported td module.

# return the amount of available ram
sysinfo.ram


Members

numCPUsint (Read Only):

The number of CPUs/cores on the system.

ramfloat (Read Only):

Amount of available RAM memory.

numMonitorsint (Read Only):

The number of monitors.

xresint (Read Only):

The system's current monitor resolution width.

yresint (Read Only):

The system's current monitor resolution height.

tfsstr (Read Only):

The path to the TFS directory.

MIDIInputslist of str (Read Only):

A list of all MIDI Input device names.

MIDIOutputslist of str (Read Only):

A list of all MIDI Output device names.

Methods

No operator specific methods.


TouchDesigner Build: