Modifier and Type | Method and Description |
---|---|
static YCurrentLoopOutput |
YCurrentLoopOutput.FindCurrentLoopOutput(String func)
Retrieves a 4-20mA output for a given identifier.
|
static YCurrentLoopOutput |
YCurrentLoopOutput.FindCurrentLoopOutputInContext(YAPIContext yctx,
String func)
Retrieves a 4-20mA output for a given identifier in a YAPI context.
|
static YCurrentLoopOutput |
YCurrentLoopOutput.FirstCurrentLoopOutput()
Starts the enumeration of 4-20mA outputs currently accessible.
|
static YCurrentLoopOutput |
YCurrentLoopOutput.FirstCurrentLoopOutputInContext(YAPIContext yctx)
Starts the enumeration of 4-20mA outputs currently accessible.
|
YCurrentLoopOutput |
YCurrentLoopOutput.nextCurrentLoopOutput()
Continues the enumeration of 4-20mA outputs started using yFirstCurrentLoopOutput().
|
Modifier and Type | Method and Description |
---|---|
void |
YCurrentLoopOutput.TimedReportCallback.timedReportCallback(YCurrentLoopOutput function,
YMeasure measure) |
void |
YCurrentLoopOutput.UpdateCallback.yNewValue(YCurrentLoopOutput function,
String functionValue) |
Copyright © 2021. All rights reserved.