| Modifier and Type | Method and Description |
|---|---|
WG33250.Function |
WG33250.getFunction()
Gets the generator function.
|
static WG33250.Function |
WG33250.Function.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WG33250.Function[] |
WG33250.Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WG33250.setFunction(WG33250.Function func)
Sets the generator function.
|
void |
TestWG33250.setFunction(WG33250.Function func)
Sets the generator function.
|
void |
WG33250.start(WG33250.Function func,
double freq,
double ampl,
double offset)
Starts the generator with the given parameters.
|
void |
TestWG33250.start(WG33250.Function func,
double freq,
double ampl,
double offs)
Starts the generator using specified parameters.
|
void |
WG33250.start(WG33250.Function func,
double freq,
double ampl,
WG33250.Value offset)
Starts the generator with the given parameters.
|
void |
WG33250.start(WG33250.Function func,
double freq,
WG33250.Value ampl,
double offset)
Starts the generator with the given parameters.
|
void |
WG33250.start(WG33250.Function func,
double freq,
WG33250.Value ampl,
WG33250.Value offset)
Starts the generator with the given parameters.
|
void |
WG33250.start(WG33250.Function func,
WG33250.Value freq,
double ampl,
double offset)
Starts the generator with the given parameters.
|
void |
WG33250.start(WG33250.Function func,
WG33250.Value freq,
double ampl,
WG33250.Value offset)
Starts the generator with the given parameters.
|
void |
WG33250.start(WG33250.Function func,
WG33250.Value freq,
WG33250.Value ampl,
double offset)
Starts the generator with the given parameters.
|
void |
WG33250.start(WG33250.Function func,
WG33250.Value freq,
WG33250.Value ampl,
WG33250.Value offset)
Starts the generator with the given parameters.
|
Copyright © 2021 LSST. All rights reserved.