User

SCPI Commands :

ANTenna:MODel:USER:CLEar
ANTenna:MODel:USER:LOAD
class UserCls[source]

User commands group definition. 3 total commands, 1 Subgroups, 2 group commands

clear() None[source]
# SCPI: ANTenna:MODel:USER:CLEar
driver.antenna.model.user.clear()

Deletes all items from the list or the table.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: ANTenna:MODel:USER:CLEar
driver.antenna.model.user.clear_with_opc()

Deletes all items from the list or the table.

Same as clear, but waits for the operation to complete before continuing further. Use the RsPulseSeq.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

load(load: str) None[source]
# SCPI: ANTenna:MODel:USER:LOAD
driver.antenna.model.user.load(load = 'abc')

Loads a custom antenna pattern file.

param load:

string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.antenna.model.user.clone()

Subgroups