EasyManua.ls Logo

ABB PGC5000 Generation 2 - PEAK END AMPLITUDE Function; PEAK END TIME Function; PEAK NEGATIVE AREA Function; PEAK POSITIVE AREA Function

ABB PGC5000 Generation 2
142 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
128 | PGC5000 GEN 2 | 892 J006 MNAH
7.4.41 PEAK END AMPLITUDE function
Description: Returns the amplitude at the end of the peak.
Syntax: PEAK_END_AMP( component$ )
Comments: component$ is a string variable (or constant) containing the component name.
Example: 0010 FOR I = 1 TO NUMBER_COMPONENTS
0020 LPRINT PEAK_END_AMP( COMPONENT_NAME$( I ) )
0030 NEXT I
Prints the amplitude of each peak’s end.
7.4.42 PEAK END TIME function
Description: Returns the end time for the peak.
Syntax: PEAK_END_TIME( component$ )
Comments: component$ is a string variable (or constant) containing the component name.
Example: 0010 FOR I = 1 TO NUMBER_COMPONENTS
0020 LPRINT PEAK_END_TIME( COMPONENT_NAME$( I ) )
0030 NEXT I
Prints the time of each peak’s end.
7.4.43 PEAK NEGATIVE AREA function
Description: Returns the peak’s negative area.
Syntax: PEAK_NEG_AREA( component$ )
Comments: component$ is a string variable (or constant) containing the component name.
Example: 0010 FOR I = 1 TO NUMBER_COMPONENTS
0020 LPRINT PEAK_NEG_AREA( COMPONENT_NAME$( I ) )
0030 NEXT I
Prints the uncorrected area of each peak.
7.4.44 PEAK POSITIVE AREA function
Description: Returns the peak’s positive area.
Syntax: PEAK_POS_AREA( component$ )
Comments: component$ is a string variable (or constant) containing the component name.
Example: 0010 FOR I = 1 TO NUMBER_COMPONENTS
0020 LPRINT PEAK_POS_AREA( COMPONENT_NAME$( I ) )
0030 NEXT I
Prints the uncorrected area of each peak.
7.4.45 PEAK START AMPLITUDE function
Description: Returns the peak’s starting amplitude.
Syntax: PEAK_START_AMP( component$ )
Comments: component$ is a string variable (or constant) containing the component name.
Example: 0010 FOR I = 1 TO NUMBER_COMPONENTS
0020 LPRINT PEAK_START_AMP( COMPONENT_NAME$( I ) )
0030 NEXT I
Prints the amplitude at the start of each peak.
7.4.46 PEAK START TIME function
Description: Returns the start time for the peak.
Syntax: PEAK_START_TIME( component$ )

Table of Contents

Related product manuals