Write-only
About Display Formatting

ShowStimulus Method


Description

Shows and Hides the Stimulus (X-axis) information located at the bottom of the display. The start and stop stimulus values are shown for the active measurement.

 VB Syntax

app.ShowStimulus state

Variable

(Type) - Description

app

An Application (object)

state

(boolean) -
True (1)
- Show the Stimulus information
False (0)
- Hide the Stimulus information

Return Type

Not Applicable

Default

Not Applicable

Examples

app.ShowStimulus True

C++ Syntax

HRESULT ShowStimulus(VARIANT_BOOL bState)

Interface

IApplication