Configure how to constrain the slew rate.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaximumSlewRate() As IAgVeAttMaximumSlewRate |
[C#] |
---|
public IAgVeAttMaximumSlewRate MaximumSlewRate {get;} |
[Managed C++] |
---|
public: __property IAgVeAttMaximumSlewRate ^ get_MaximumSlewRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumSlewRate( IAgVeAttMaximumSlewRate ** ppVal ); |
[Java] |
---|
public IAgVeAttMaximumSlewRate getMaximumSlewRate(); |
[Python - STK API ] |
---|
@property def MaximumSlewRate(self) -> "IAgVeAttMaximumSlewRate": |