MC-Basic:RECORDING

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?Recording |AVAILABILITY= All versions |DESCRIPTION= This query returns the state of the data recorder. The following values are returned:<br…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This query returns the state of the data recorder. The following values are returned:
       0 - recorder undefined and inactive.

1 - Recorder is defined, but inactive. (The RECORDON command is needed to activate it.)

2 - Recording is in progress (Data acquisition process after RECORDON was given.)

3 - Recording suspended. (RECORDOFF command issued.)

4 - Data acquisition completed automatically. Recorder is still defined. (RECORDCLOSE command needed to flush the data to the disk.)

Syntax

?Recording

Availability

All versions

Type

Long

Range

0 to 4

Scope

Task or Terminal

Limitations

Read-Only

Examples

?Recording

See Also