Keysight Pathwave 89600 VSA .NET API
ScramblerId Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > Allocation Class : ScramblerId Property


Glossary Item Box

Gets or sets the Scrambler.Id of the Scrambler to apply to this Allocation.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ScramblerId As Integer
C# 
public virtual int ScramblerId {get; set;}
C++/CLI 
public:
virtual property int ScramblerId {
   int get();
   void set (    int value);
}

Property Value

the Scrambler.Id of the scrambler in the ScramblingConfiguration.Scramblers collection

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 26.00

See Also