Write-only |
About Display Formatting |
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) - |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.ShowStimulus True |
C++ Syntax |
HRESULT ShowStimulus(VARIANT_BOOL bState) |
Interface |
IApplication |