| Modifier and Type | Method and Description |
|---|---|
Model9XX.Direction |
Model9XX.getRelayDirection(int relay)
Gets a relay trip direction.
|
Model9XX.Direction |
Test9XX.showRelayDirn(int relay) |
static Model9XX.Direction |
Model9XX.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model9XX.Direction[] |
Model9XX.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model9XX.setRelayDirection(int relay,
Model9XX.Direction dirn)
Sets a relay trip direction.
|
void |
Test9XX.setRelayDirn(int relay,
Model9XX.Direction dirn) |
Copyright © 2020 LSST. All rights reserved.