Examples
AM700 Audio Measurement Set Programmer Manual 4–5
3. Use the PROG:SEL:STAT RUN command to start the named function. SendPROG:SEL:STAT STOP to stop the running function if is is not selfterminating.
A timed function may be set to run at certain times by setting a time for it to start
using the PROGram commands.
The PROG:SEL:NAME <progname> command names the file that a following
PROG:SEL:TIMed:SET command associates with the cron_string or strings that are
given.
PROG:SEL:NAME <progname>
PROG:SEL:TIM[:SET] {cron_string,cron_string}
PROG:SEL:TIM:ADD cron_string{,cron_string}
A cron_string is five fields consisting of the following:
MIN HOUR DAY_of_MONTH MONTH DAY_of_WEEK
The numerical ranges for the fields are as follows:
Minutes: 0 through 59.
Hours: 0 through 23.
Day of the month: 1 through 31.
Month: 1 through 12.
Day of the week 0 through 6; Sunday is day 0.
Each field may contain any of the follow type entries: a single number, a comma-
separated list of numbers, a hyphen-separated pair of numbers, or an *.
A comma separated list in a field specifies multiple occurrence for the timed
program to run.
A pair of numbers separated by a hyphen in a field specifies the beginning
number, the ending number, and all the integer numbers in between.
Timed
Functions