| Modifier and Type | Method and Description |
|---|---|
static WG33250.Limit |
WG33250.Limit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WG33250.Limit[] |
WG33250.Limit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
WG33250.getAmplitude(WG33250.Limit limit)
Gets a signal amplitude limit.
|
String |
TestWG33250.getAmplitude(WG33250.Limit limit)
Shows an amplitude limit.
|
double |
WG33250.getDutyCycle(WG33250.Limit limit)
Gets a square wave duty cycle limit.
|
String |
TestWG33250.getDutyCycle(WG33250.Limit limit)
Shows a square wave duty cycle limit.
|
double |
WG33250.getFrequency(WG33250.Limit limit)
Gets a signal frequency limit.
|
String |
TestWG33250.getFrequency(WG33250.Limit limit)
Shows a frequency limit.
|
String |
TestWG33250.getHighlevel(WG33250.Limit limit)
Shows a high level limit.
|
double |
WG33250.getHighLevel(WG33250.Limit limit)
Gets a high signal level limit.
|
String |
TestWG33250.getLowlevel(WG33250.Limit limit)
Shows a low level limit.
|
double |
WG33250.getLowLevel(WG33250.Limit limit)
Gets a low signal level limit.
|
double |
WG33250.getOffset(WG33250.Limit limit)
Gets a signal offset limit.
|
String |
TestWG33250.getOffset(WG33250.Limit limit)
Shows an offset limit.
|
double |
WG33250.getOutputLoad(WG33250.Limit limit)
Gets an output load limit.
|
String |
TestWG33250.getOutputLoad(WG33250.Limit limit)
Shows an output load limit.
|
double |
WG33250.getPulsePeriod(WG33250.Limit limit)
Gets a pulse period limit.
|
String |
TestWG33250.getPulsePeriod(WG33250.Limit limit)
Shows a pulse period limit.
|
double |
WG33250.getPulseTransition(WG33250.Limit limit)
Gets a pulse transition time limit.
|
String |
TestWG33250.getPulseTransition(WG33250.Limit limit)
Shows a pulse transition time limit.
|
double |
WG33250.getPulseWidth(WG33250.Limit limit)
Gets a pulse width limit.
|
String |
TestWG33250.getPulseWidth(WG33250.Limit limit)
Shows a pulse width limit.
|
double |
WG33250.getSymmetry(WG33250.Limit limit)
Gets a ramp symmetry limit.
|
String |
TestWG33250.getSymmetry(WG33250.Limit limit)
Shows a ramp symmetry limit.
|
void |
WG33250.setAmplitude(WG33250.Limit limit)
Sets the signal amplitude to a limit.
|
void |
WG33250.setDutyCycle(WG33250.Limit limit)
Sets the square wave duty cycle to a limit.
|
void |
WG33250.setFrequency(WG33250.Limit limit)
Sets the signal frequency to a limit.
|
void |
WG33250.setHighLevel(WG33250.Limit limit)
Sets the high signal level to a limit.
|
void |
WG33250.setLowLevel(WG33250.Limit limit)
Sets the low signal level to a limit.
|
void |
WG33250.setOffset(WG33250.Limit limit)
Sets the signal offset to a limit.
|
void |
WG33250.setPulsePeriod(WG33250.Limit limit)
Sets the pulse period to a limit.
|
void |
WG33250.setPulseTransition(WG33250.Limit limit)
Sets the pulse transition time to a limit.
|
void |
WG33250.setPulseWidth(WG33250.Limit limit)
Sets the pulse width to a limit.
|
void |
WG33250.setSymmetry(WG33250.Limit limit)
Sets the ramp symmetry to a limit.
|
Copyright © 2019 LSST. All rights reserved.