Gets the number of Switch paths that are repeated per acquisition, i.e., it is the number of Switch paths that will be kept the same for all acquisitions in a sequential acquisition measurement. Set the value using
ChangePathConfiguration
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride ReadOnly Property RepeatedPathsPerAcquisition As Integer |
| C# | |
|---|
public abstract int RepeatedPathsPerAcquisition {get;} |
| C++/CLI | |
|---|
public:
abstract property int RepeatedPathsPerAcquisition {
int get();
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also