start_cold_soak_period

Purpose:

Set the MSU “Cold_Soak” state to ON and then go to sleep for a specified number of minutes, after which it will set the state OFF.

Enter:

start_cold_soak_period minutes

Where:

minutes Specify the sleep time in minutes. The maximum sleep time allowed is 14 hours (50400 minutes).

Example:

The application can be launched from gp_test or the command line:

Command line example:

start_cold_soak_period 20
The preceding will turn Cold_Soak ON for 20 minutes and then turn it off.

gp_test examples:

@BACKGROUND
         AT_START   ‘start_cold_soak_period 20’
The preceding will turn Cold_Soak ON for 20 minutes and then turn it off.

Example where the timeout is derived from integer variable ‘xyz’:
      @BACKGROUND
         AT_START    ”  ‘start_cold_soak_period’  +  xyz  “

Notes: