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]
Commands in total: 21
Subgroups: 4
Direct child commands: 4
get_load() str[source]
# [SOURce<HW>]:CORRection:FRESponse:IQ:USER:LOAD
value: str = driver.source.correction.fresponse.iq.user.get_load()

No help available

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

No help available

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

No help available

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

No help available

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

No help available

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

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

No help available

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

No help available

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

No help available

Cloning the Group

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

Subgroups