User

SCPI Commands

SENSe:CORRection:FRESponse:INPut<InputIx>:USER:PRESet
SENSe:CORRection:FRESponse:INPut<InputIx>: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 = '1', inputIx = repcap.InputIx.Default)

No command help available

param file_path

No help available

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)

No command help available

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