Sd_SetIntvTime

SUMMARY

Sd_SetIntvTime - Set Intervaltime of section

SYNTAX

Sd_SetIntvTime(<CursorID>,<IntervalTime>)

ARGUMENTS

CursorID
- Section Name.
IntervalTime
- The interval time [h] for the section printouts.

DESCRIPTION

Sets the interval time for the cyclic section printout.

Sections are created with the AvEt; unlimited DataObjects can be assigned to a section.

A section has the following attributes:
Sd_Id Section Name (String, 6 Characters)
Sd_Descr Section Description
Sd_IntvTime Interval Time (Format: hh)
Sd_StartTime next Start Time (Format: hh:mm)

EXAMPLES

Sd_SetIntvTime (R1_SD,3)

The Interval Time for the Section printout of section "R1_SD" is set to 3 hours.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times