Target.FileLog
Description
A Target.FileLog
object represents the file logger that runs on
a Speedgoat® target computer and
provides access to methods and properties related to the file logger.
The object provides access to methods and properties that:
Enable and disable the file logger.
Import file log data.
Check for available file log data.
Discard unwanted file log data.
Function names are case-sensitive. Type the entire name. Property names are not case-sensitive. You do not need to type the entire name if the characters you type are unique for the property.
Creation
A Target.FileLog
object is created when you create a Target
object
by using the slrealtime
command. After you create and
connect to the Target
object,
you can access the Target.FileLog
object. This example creates and connects
to Target
object
tg
, and then starts the file logger on the target computer.
tg = slrealtime('TargetPC1'); connect(tg); enable(tg.FileLog);
Properties
Object Functions
discard | Delete file log data from target computer |
list | Get information about available file logs of signal data |
import | Import file log data from target computer |
openImportDialog | Get information about available file logs of signal data |