Keysight Pathwave 89600 VSA .NET API
TBScalingFactor Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pdsch Class : TBScalingFactor Property


Glossary Item Box

Gets or sets a value indicating the factor by which to scale the PDSCH TransportBlockSize.

Syntax

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

Property Value

Default value is 1.0, so no scaling of the TransportBlockSize is done in this case.

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 24.00

See Also