Skip to content

GetGlobalVariable

To enter the GetGlobalVariable keyword in the command line, use one of the options:

  • Type GetGlobalVariable
  • Type the shortcut Getg

The GetGlobalVariable keyword is used to display global variables along with their values in the command line history. 

GetGlobalVariable [“Variable _Name”****]

  • To display all variables in the command line history, type:
User name[Fixture]>GetGlobalVariable ”*”

 

  • To display all variables beginning with the letter f, type:
User name[Fixture]>GetGlobalVariable “f*”