File

SCPI Commands

FLOG:FILE:TPARtition
FLOG:FILE:DURation
class FileCls[source]

File commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_duration() float[source]
# SCPI: FLOG:FILE:DURation
value: float = driver.flog.file.get_duration()

Sets or queries the file write duration.

return

arg_0: No help available

get_tpartition() str[source]
# SCPI: FLOG:FILE:TPARtition
value: str = driver.flog.file.get_tpartition()

Selects the external partition to which the data is written into.

return

arg_0: Defines the external path partition to which the data is written in the USB stick.

set_duration(arg_0: float) None[source]
# SCPI: FLOG:FILE:DURation
driver.flog.file.set_duration(arg_0 = 1.0)

Sets or queries the file write duration.

param arg_0

Sets file write duration.

set_tpartition(arg_0: str) None[source]
# SCPI: FLOG:FILE:TPARtition
driver.flog.file.set_tpartition(arg_0 = r1)

Selects the external partition to which the data is written into.

param arg_0

Defines the external path partition to which the data is written in the USB stick.