Visual Basic (Declaration) | |
---|---|
Public Overridable Sub SetActivePortsPerAllocation( _ ByVal ParamArray value() As Integer _ ) |
C++/CLI | |
---|---|
public: virtual void SetActivePortsPerAllocation( ... array<int>^ value ) |
Parameters
- value
- The array of active port associated with each allocation ID.
This property is an array of integer bitmap values, with one bitmap value for each allocation ID, as listed in the resource map array. The values are unitless. The active ports bitmap value can be used to determine the arbitrary subset of active ports (0..TransmitterAntennas-1) to which this allocation maps. For example: if bit0 is true, port 0 is active for this allocation; If bit1 is true, port 1 is active for this allocation; etc. If this array is shorter than the highest allocation ID, any values past the end are assumed to be 0.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00