Select an available sine or box style from the AgESnVOPulseStyle enumeration. Box styles display a very sharp transition from enabled to disabled for the sensor's modulation, while the Sine styles display a smooth transition.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Style() As AgESnVOPulseStyle |
| [C#] |
|---|
public AgESnVOPulseStyle Style {get; set;} |
| [Managed C++] |
|---|
public: __property AgESnVOPulseStyle get_Style(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgESnVOPulseStyle getStyle(); public void setStyle( AgESnVOPulseStyle ); |
[Python - STK API ] |
|---|
@property def Style(self) -> "AgESnVOPulseStyle": @Style.setter def Style(self, eVal:"AgESnVOPulseStyle") -> None: |






