Search Results for

    Show / Hide Table of Contents

    Class EventPulseWidths

    Holds pulse-width values for an event definition.

    Inheritance
    object
    EventPulseWidths
    Namespace: Wss.CoreModule
    Assembly: WSS_Core_Interface.dll
    Syntax
    public sealed class EventPulseWidths

    Properties

    Ipd

    Gets or sets the inter-phase delay, in microseconds.

    Declaration
    public int Ipd { get; set; }
    Property Value
    Type Description
    int

    RechargePw

    Gets or sets the recharge-phase pulse width, in microseconds.

    Declaration
    public int RechargePw { get; set; }
    Property Value
    Type Description
    int

    StandardPw

    Gets or sets the standard-phase pulse width, in microseconds.

    Declaration
    public int StandardPw { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX