class BasebandShellExt extends Object
Baseband service shell extension.
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
__init__(ScriptEngine engine) |
|
static def |
bbrec(int recLength = 16384, Long recTime = null) |
|
static def |
bbtx(def signal = null, Long txTime = null) |
|
static def |
cw(float frequency = 0, float duration = 0.1, Float fc = null) |
|
static AgentID |
getBb() |
|
static def |
load(String filename = null) |
|
static def |
pbtx(def signal = null, Long txTime = null) |
|
static def |
save(String filename = null, def data = null, def cols = 0) |
|
static def |
sweep(float freq1 = 0, float freq2 = 0, float duration = 0.1, Float fc = null) |
|
static def |
wav(String filename = '') |