User

SCPI Commands :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:PRESet
[SENSe]:CORRection:FRESponse:INPut<ip>:USER:LOAD
Commands in total: 24
Subgroups: 6
Direct child commands: 2
load(file_path: str, inputPy=InputPy.Default) None[source]
# [SENSe]:CORRection:FRESponse:INPut<ip>:USER:LOAD
driver.sense.correction.fresponse.inputPy.user.load(file_path = 'abc', inputPy = repcap.InputPy.Default)

Loads a stored user-defined frequency response correction scenario.

Parameters:
  • file_path – string

  • inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

preset(inputPy=InputPy.Default) None[source]
# [SENSe]:CORRection:FRESponse:INPut<ip>:USER:PRESet
driver.sense.correction.fresponse.inputPy.user.preset(inputPy = repcap.InputPy.Default)

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

Parameters:

inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

preset_with_opc(inputPy=InputPy.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

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

Subgroups