Period 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 period of the pulse.

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

Syntax

'Declaration
Public Property Period As UInteger
public uint Period { get; set; }
public:
property unsigned int Period {
    unsigned int get ();
    void set (unsigned int value);
}
member Period : uint32 with get, set
function get Period () : uint
function set Period (value : uint)

Property Value

Type: System. . :: . .UInt32
The period of the pulse.

.NET Framework Security

See Also

Reference

PWM Class

Microsoft.SPOT.Hardware Namespace