VSL functions
Various VSL functions have been exposed; they can be accessed via the following aliased import
Execute a VSL query
This returns data from a query. Could be in the form of widgets.
Execute a VSL query
Parameters:
Name | Type | Description | Default |
---|---|---|---|
query |
str
|
the VSL query string to be executed |
required |
Returns:
Type | Description |
---|---|
VSLQueryResponse
|
The |
Source code in valsys/modeling/vsl.py
Execute a VSL selectors query
This returns selectors only.
Execute a VSL query
Parameters:
Name | Type | Description | Default |
---|---|---|---|
query |
str
|
the VSL query string to be executed |
required |
Returns:
Type | Description |
---|---|
VSLSelectorsResponse
|
The |