| Modifier and Type | Method and Description |
|---|---|
static WG33250.Value |
WG33250.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WG33250.Value[] |
WG33250.Value.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.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 © 2023 LSST. All rights reserved.