Frequency Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the frequency of the pulse.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware.PWM (in Microsoft.SPOT.Hardware.PWM.dll)

Syntax

'Declaration
Public Property Frequency As Double
public double Frequency { get; set; }
public:
property double Frequency {
    double get ();
    void set (double value);
}
member Frequency : float with get, set
function get Frequency () : double
function set Frequency (value : double)

Property Value

Type: System. . :: . .Double
The frequency of the pulse.

.NET Framework Security

See Also

Reference

PWM Class

Microsoft.SPOT.Hardware Namespace