Modifier and Type | Method and Description |
---|---|
static YPower |
YPower.FindPower(String func)
Retrieves a electrical power sensor for a given identifier.
|
static YPower |
YPower.FindPowerInContext(YAPIContext yctx,
String func)
Retrieves a electrical power sensor for a given identifier in a YAPI context.
|
static YPower |
YPower.FirstPower()
Starts the enumeration of electrical power sensors currently accessible.
|
static YPower |
YPower.FirstPowerInContext(YAPIContext yctx)
Starts the enumeration of electrical power sensors currently accessible.
|
YPower |
YPower.nextPower()
Continues the enumeration of electrical power sensors started using yFirstPower().
|
Modifier and Type | Method and Description |
---|---|
void |
YPower.TimedReportCallback.timedReportCallback(YPower function,
YMeasure measure) |
void |
YPower.UpdateCallback.yNewValue(YPower function,
String functionValue) |
Copyright © 2018. All rights reserved.