Visual Basic (Declaration) | |
---|---|
Public Overridable Property AntennaDetectionThreshold As Double |
C# | |
---|---|
public virtual double AntennaDetectionThreshold {get; set;} |
C++/CLI | |
---|---|
public: virtual property double AntennaDetectionThreshold { double get(); void set ( double value); } |
Property Value
Default value is -36.0dB.If the ComponentCarrier.LinkDirection is LinkDirection.Downlink, the setter sets the following properties: Pdsch.AntennaDetectionThreshold of all the PDSCHs in ComponentCarrier.PdschCollection, Csirs.AntennaDetectionThreshold of all the
CSI-RSes
in ComponentCarrier.CsirsCollection, Pdcch.AntennaDetectionThreshold of all the PDCCHs in ComponentCarrier.PdcchCollection; the getter gets the value from the first enabled PDSCH in ComponentCarrier.PdschCollection, if no PDSCH is enabled, it gets the value from the first enabled CSI-RS in ComponentCarrier.PdschCollection, if no PDSCH nor CSI-RS is enabled, it gets the value from the first enabled PDCCH in ComponentCarrier.PdcchCollection. if no channel is enabled, it returns the default value. If the ComponentCarrier.LinkDirection is LinkDirection.Uplink, the setter sets the following properties: Pusch.AntennaDetectionThreshold of all the PUSCHs in ComponentCarrier.PuschCollection, Srs.AntennaDetectionThreshold of all the SRSes
in ComponentCarrier.SrsCollection; the getter gets the value from the first enabled PUSCH in ComponentCarrier.PuschCollection, if no PUSCH is enabled, it gets the value from the first enabled SRS in ComponentCarrier.SrsCollection, if no channel is enabled, it returns the default value.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.60