Modifier and Type | Method and Description |
---|---|
static YVoltage |
YVoltage.FindVoltage(String func)
Retrieves a voltage sensor for a given identifier.
|
static YVoltage |
YVoltage.FindVoltageInContext(YAPIContext yctx,
String func)
Retrieves a voltage sensor for a given identifier in a YAPI context.
|
static YVoltage |
YVoltage.FirstVoltage()
Starts the enumeration of voltage sensors currently accessible.
|
static YVoltage |
YVoltage.FirstVoltageInContext(YAPIContext yctx)
Starts the enumeration of voltage sensors currently accessible.
|
YVoltage |
YVoltage.nextVoltage()
Continues the enumeration of voltage sensors started using yFirstVoltage().
|
Modifier and Type | Method and Description |
---|---|
void |
YVoltage.TimedReportCallback.timedReportCallback(YVoltage function,
YMeasure measure) |
void |
YVoltage.UpdateCallback.yNewValue(YVoltage function,
String functionValue) |
Copyright © 2019. All rights reserved.