User

SCPI Commands :

[SENSe]:CORRection:FRESponse:USER:PRESet
[SENSe]:CORRection:FRESponse:USER:LOAD
Commands in total: 40
Subgroups: 12
Direct child commands: 2
load(file_path: str) None[source]
# [SENSe]:CORRection:FRESponse:USER:LOAD
driver.sense.correction.fresponse.user.load(file_path = 'abc')

Loads a stored user-defined frequency response correction scenario.

Parameters:

file_path – string

preset() None[source]
# [SENSe]:CORRection:FRESponse:USER:PRESet
driver.sense.correction.fresponse.user.preset()

Restores the default frequency response correction settings (containing only files specific to the FSW itself) . Frequency response correction using .fres files is deactivated.

preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SENSe]:CORRection:FRESponse:USER:PRESet
driver.sense.correction.fresponse.user.preset_with_opc()

Restores the default frequency response correction settings (containing only files specific to the FSW itself) . Frequency response correction using .fres files is deactivated.

Same as preset, but waits for the operation to complete before continuing further. Use the RsFsw.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
user_copy = driver.sense.correction.fresponse.user.clone()

Subgroups