Size

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:SIZE
class SizeCls[source]

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

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

Specifies the maximum size of the trace file in bytes.

param fileNr:

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

return:

ifile_size: No help available

set(ifile_size: int, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:SIZE
driver.trace.remote.mode.file.size.set(ifile_size = 1, fileNr = repcap.FileNr.Default)

Specifies the maximum size of the trace file in bytes.

param ifile_size:

No help available

param fileNr:

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