STK ObjectsSend comments on this topic.
Ber Property (IAgReceiverModelCable)
See Also
Windows





Windows & Linux

Description

Gets or sets the BER.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Ber() As Double
[C#]
public double Ber {get; set;}
[Managed C++]
public: __property double get_Ber();
public: __property void set_Ber( double );
[Unmanaged C++]
public: HRESULT get_Ber(
    double * pVal
);
public: HRESULT put_Ber(
    double val
);
[Java]
public double getBer();
public void setBer(
    double
);
[Python - STK API ]
@property
def Ber(self) -> float:

@Ber.setter
def Ber(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.