Duration

SCPI Commands

LOG:DURation
class DurationCls[source]

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

get() float[source]
# SCPI: LOG:DURation
value: float = driver.log.duration.get()

Defines the duration of logging for the measurement in span and duration mode. To set the mode, use the command method RsLcx.Log.mode.

return:

logging_duration: Numeric value in seconds.

set(logging_duration: float, return_min_or_max: MinOrMax = None) None[source]
# SCPI: LOG:DURation
driver.log.duration.set(logging_duration = 1.0, return_min_or_max = enums.MinOrMax.MAX)

Defines the duration of logging for the measurement in span and duration mode. To set the mode, use the command method RsLcx.Log.mode.

param logging_duration:

Numeric value in seconds.

param return_min_or_max:

No help available