Query() action
The Query() action returns information about the fixed configuration and current state of the emulator. (This is in contrast to the Set() action, which can be used to display settings which can be changed at run-time.)
Show() is an alias for the Query() action.
Parameters
With no parameters, Query() displays all query results, one per line, with the query name. If a query result spans multiple lines, it is displayed as ...
.
With one parameter, Query() displays a single query, without the query name.
- query-name
- Name of the query to perform.
Examples
Display all queries.
Query()
Display the Tls query.
Query(Tls)