ID : 3461
HandCurLoad
Function
To read the load ratio of electric vacuum generator.
This command is available in Ver.2.8.* or higher.
Syntax
HandCurLoad
Return Value
Currently charged load ratio of electric vacuum generator is returned by double precision real number type data. (%)
Description
To read the load ratio of electric vacuum generator.
Related Terms
-
Attention
-
Example
'!TITLE "Read the load ratio currently applied to electric vacuum generator"
' Read the load ratio currently applied to electric vacuum generator
Sub Sample_HandCurLoad
Dim aaa As Double
' Read the load ratio currently applied to electric vacuum generator
aaa = HandCurLoad
' Display the load ratio in the message output window
PrintDbg aaa
End Sub
ID : 3461