Duration

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:DEXecution:DURation
class DurationCls[source]

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

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

No command help available

param fileNr:

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

return:

benabled: No help available

set(benabled: bool, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:DEXecution:DURation
driver.trace.remote.mode.file.dexecution.duration.set(benabled = False, fileNr = repcap.FileNr.Default)

No command help available

param benabled:

No help available

param fileNr:

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