Table 26. summary of command syntax—by command – Visara Master Console Center Scripting Guide User Manual
Page 254
Appendix B Command Syntax
Scripting Guide
254
Physical
Interface
Control
Reads the current temperature from a sensor
unit.
TEMP(%Port)==>%Temp
Time
Converts a time string to a time value.
TIME([TimeString])==>%MidnightSeconds
Time
Formats epoch seconds into a date/time string.
TIMESTR(%EpochSeconds,$Format)==>$For
matted
Variable
Removes leading and trailing spaces from a
string.
TRIMSTR( $String [,
%Where])==>$TrimmedString
Event
Enters commands to TSO/E REXX.
TSOEREXX( %ObjID, $CmdArray,
%ErrorArray, $ErrorTextArray) ==>
%ReturnValue
Variable
Converts lowercase characters to uppercase.
UPPER($String)==>$UpperString
Variable
Converts a string expression to a number.
VAL($String)==>A%Number
VERSION
Variable
WAITFOR
Time
Pauses script execution for the specified number
of seconds.
WAITFOR(%Seconds)
Time
Pauses current script execution until the
specified time is reached.
WAITUNTIL(%MidnightSeconds)
(ENDWHILE)
Flow
Control
Repeats a sequence of commands while an
expression evaluates to TRUE.
WHILE…ENDWHILE
Table 26. Summary of Command Syntax—By Command