Get the Test properties used for the test. These properties are logged to the file. Any properties that have the Prompt on start flag set will cause a popup to appear at the beginning of each test to enter the specified property. An example of a test property you might want to have a popup for to enter a different value for each test might be technician name or product ID. Use the Set Test Properties instance of this VI to set these properties.


icon

Inputs/Outputs

  • cgnrn.png FlexLogger session in

    FlexLogger session is a reference to the currently running FlexLogger application. Use the Connect to FlexLogger VI to get the current session.

  • cerrcodeclst.png error in (no error)

    error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

  • ignrn.png FlexLogger session out

    FlexLogger session is a reference to the currently running FlexLogger application. Use the Connect to FlexLogger VI to get the current session.

  • i1dcclst.png Test properties

    Test properties is an array of properties for the current test.

  • istr.png Name

    Name is the name of the property.

  • istr.png Value

    Value is the value of the test property.

  • ibool.png Prompt on start

    Prompt on start specifies whether to prompt the user for the value of the property when the test is started.

  • ierrcodeclst.png error out

    error out passes error or warning information out of a VI to be used by other VIs. Right-click the error out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.