Modifier and Type | Method and Description |
---|---|
static YPwmPowerSource |
YPwmPowerSource.FindPwmPowerSource(String func)
Retrieves a PWM generator power source for a given identifier.
|
static YPwmPowerSource |
YPwmPowerSource.FindPwmPowerSourceInContext(YAPIContext yctx,
String func)
Retrieves a PWM generator power source for a given identifier in a YAPI context.
|
static YPwmPowerSource |
YPwmPowerSource.FirstPwmPowerSource()
Starts the enumeration of PWM generator power sources currently accessible.
|
static YPwmPowerSource |
YPwmPowerSource.FirstPwmPowerSourceInContext(YAPIContext yctx)
Starts the enumeration of PWM generator power sources currently accessible.
|
YPwmPowerSource |
YPwmPowerSource.nextPwmPowerSource()
Continues the enumeration of PWM generator power sources started using yFirstPwmPowerSource().
|
Modifier and Type | Method and Description |
---|---|
void |
YPwmPowerSource.TimedReportCallback.timedReportCallback(YPwmPowerSource function,
YMeasure measure) |
void |
YPwmPowerSource.UpdateCallback.yNewValue(YPwmPowerSource function,
String functionValue) |
Copyright © 2023. All rights reserved.