Write/Read |
About Equation Editor |
Description |
Set and return equation editor trace update delay. This property delays updating the equation editor trace until all trace references have finished updating to ensure that all data is present. Note: This property does not work in application channels. In addition, this property does not work with the standard channel when the channel is in HOLD and then SINGLE sweeps are sent. |
VB Syntax |
equation.FastProcessing = value |
Variable |
(Type) - Description |
equation |
A MeasurementEquation (object) |
value |
(Boolean) - Choose from:
|
Return Type |
Boolean |
Default |
True |
Examples |
equation.FastProcessing = 1 'Write |
fast = equation.FastProcessing 'Read |
|
C++ Syntax |
HRESULT get_FastProcessing(VARIANT_BOOL * pref); HRESULT put_FastProcessing(VARIANT_BOOL pref); |
Interface |
IMeasurementEquation3 |