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(instrument=Instrument.Default) int[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:SIZE
value: int = driver.trace.remote.mode.file.size.get(instrument = repcap.Instrument.Default)

Specifies the maximum trace file size in bytes.

param instrument:

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

return:

ifile_size: No help available

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

Specifies the maximum trace file size in bytes.

param ifile_size:

Recommended minimum value: 40000 bytes Maximum value: 1000000000 bytes (1 GB) Default value: 1000000000 bytes (1 GB)

param instrument:

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