User

SCPI Commands :

[SOURce<HW>]:CORRection:FRESponse:IQ:USER:LOAD
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:PRESet
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:STORe
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:[STATe]
class UserCls[source]

User commands group definition. 21 total commands, 4 Subgroups, 4 group commands

get_load() str[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:LOAD
value: str = driver.source.correction.fresponse.iq.user.get_load()

No command help available

return

freq_resp_iq_rcl: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:[STATe]
value: bool = driver.source.correction.fresponse.iq.user.get_state()

No command help available

return

freq_corr_iq_stat: No help available

get_store() str[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:STORe
value: str = driver.source.correction.fresponse.iq.user.get_store()

No command help available

return

freq_resp_iq_save: No help available

preset() None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:PRESet
driver.source.correction.fresponse.iq.user.preset()

No command help available

preset_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:PRESet
driver.source.correction.fresponse.iq.user.preset_with_opc()

No command help available

Same as preset, 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.

set_load(freq_resp_iq_rcl: str) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:LOAD
driver.source.correction.fresponse.iq.user.set_load(freq_resp_iq_rcl = 'abc')

No command help available

param freq_resp_iq_rcl

No help available

set_state(freq_corr_iq_stat: bool) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:[STATe]
driver.source.correction.fresponse.iq.user.set_state(freq_corr_iq_stat = False)

No command help available

param freq_corr_iq_stat

No help available

set_store(freq_resp_iq_save: str) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:STORe
driver.source.correction.fresponse.iq.user.set_store(freq_resp_iq_save = 'abc')

No command help available

param freq_resp_iq_save

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.correction.fresponse.iq.user.clone()

Subgroups