pauseresume
Description
This command is available in firmware versions 1.116 or later. It allows the host to determine if the pause/resume feature is available on the instrument. It allows an elevated host to allow and deny the feature for the instrument.
If successful, the command reports its state:
-
state, will be one of the values: "n/a", "paused", or "running".
Error conditions that would prevent the successful execution of the command are:
-
An older version of firmware that does not support the command is on the instrument.
-
The permission for the feature has not been allowed.
Examples
>> pauseresume
<< E0109 feature not available
The feature is not allowed on this instrument.
>> pauseresume
<< E0102 invalid command 'pauseresume'
The instrument firmware is older and does not recognize this feature.
>> pauseresume
<< pauseresume state = n/a
Either the deployment has not been enabled or the sampling mode is 'regimes'.
>> pauseresume
<< pauseresume state = running
The deployment has been enabled and is not paused.
>> pauseresume
<< pauseresume state = paused
The deployment has been enabled and is paused.