Option
SCPI Commands :
[SOURce]:OCCupy:OPTion
[SOURce]:OCCupy:OPTion:CATalog
- class OptionCls[source]
Option commands group definition. 3 total commands, 1 Subgroups, 2 group commands
- get_catalog() str [source]
# SCPI: [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 SMBV100B.
- return
occ_licenses_cat: string Comma-separated list of strings for available options.
- set() None [source]
# SCPI: [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]
# SCPI: [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 RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.occupy.option.clone()
Subgroups