Rpc

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:RPC
class RpcCls[source]

Rpc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(fileNr=FileNr.Default) bool[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:RPC
value: bool = driver.trace.remote.mode.file.rpc.get(fileNr = repcap.FileNr.Default)

No command help available

param fileNr:

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

return:

benable: No help available

set(benable: bool, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:RPC
driver.trace.remote.mode.file.rpc.set(benable = False, fileNr = repcap.FileNr.Default)

No command help available

param benable:

No help available

param fileNr:

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