Modifier and Type | Method and Description |
---|---|
static YVoltageOutput |
YVoltageOutput.FindVoltageOutput(String func)
Retrieves a voltage output for a given identifier.
|
static YVoltageOutput |
YVoltageOutput.FindVoltageOutputInContext(YAPIContext yctx,
String func)
Retrieves a voltage output for a given identifier in a YAPI context.
|
static YVoltageOutput |
YVoltageOutput.FirstVoltageOutput()
Starts the enumeration of voltage outputs currently accessible.
|
static YVoltageOutput |
YVoltageOutput.FirstVoltageOutputInContext(YAPIContext yctx)
Starts the enumeration of voltage outputs currently accessible.
|
YVoltageOutput |
YVoltageOutput.nextVoltageOutput()
Continues the enumeration of voltage outputs started using yFirstVoltageOutput().
|
Modifier and Type | Method and Description |
---|---|
void |
YVoltageOutput.TimedReportCallback.timedReportCallback(YVoltageOutput function,
YMeasure measure) |
void |
YVoltageOutput.UpdateCallback.yNewValue(YVoltageOutput function,
String functionValue) |
Copyright © 2023. All rights reserved.