User

SCPI Commands :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:PRESet
[SENSe]:CORRection:FRESponse:INPut<ip>:USER:LOAD
class UserCls[source]

User commands group definition. 24 total commands, 6 Subgroups, 2 group commands

load(file_path: str, inputIx=InputIx.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:LOAD
driver.sense.correction.fresponse.inputPy.user.load(file_path = 'abc', inputIx = repcap.InputIx.Default)

Loads a stored user-defined frequency response correction scenario.

param file_path

string

param inputIx

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

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

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

param inputIx

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

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

Cloning the Group

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

Subgroups