Option
SCPI Commands :
[SOURce]:OCCupy:OPTion
[SOURce]:OCCupy:OPTion:CATalog
- Commands in total: 3Subgroups: 1Direct child commands: 2
- get_catalog() str[source]
# [SOURce]:OCCupy:OPTion:CATalog value: str = driver.source.occupy.option.get_catalog()
Queries the availability of borrowable licenses on all license servers accessible for the R&S SMW200A.
- Returns:
occ_licenses_cat: string Comma-separated list of strings for available options.
- set() None[source]
# [SOURce]:OCCupy:OPTion driver.source.occupy.option.set()
Occupies the selected option. You can determine the option string, the time period and the number of licenses for the occupancy.
- set_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce]:OCCupy:OPTion driver.source.occupy.option.set_with_opc()
Occupies the selected option. You can determine the option string, the time period and the number of licenses for the occupancy.
Same as set, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
Cloning the Group
# Create a copy of the original group, that exists independently
option_copy = driver.source.occupy.option.clone()
Subgroups