Gets or sets a value indicating whether property changes should be processed immediately. If false,
ApplyChanges should be called by the data source application to initiate processing of property changes. Default value is false. If true, property changes will be processed immediately. Processing changes has the affect of causing the data consuming
Measurement to be preset to a default state. It will also cause any data in the internal buffers to be cleared.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property IsImmediateChangesEnabled As Boolean |
C# | |
---|
public abstract bool IsImmediateChangesEnabled {get; set;} |
C++/CLI | |
---|
public:
abstract property bool IsImmediateChangesEnabled {
bool get();
void set ( bool value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight PathWave 89600 VSA
Ver 15.00
See Also