Mode

SCPI Commands

LOG:MODE
class ModeCls[source]

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

get(arg_0: LogMode) LogMode[source]
# SCPI: LOG:MODE
value: enums.LogMode = driver.log.mode.get(arg_0 = enums.LogMode.COUNt)

Sets or queries the data logging mode.

param arg_0
  • UNLimited: Infinite data capture.

  • COUNt: Number of measurement values to be captured.

  • DURation: Duration of the measurement values capture.

  • SPAN: Interval of the measurement values capture.

return

arg_0: No help available

set(arg_0: LogMode) None[source]
# SCPI: LOG:MODE
driver.log.mode.set(arg_0 = enums.LogMode.COUNt)

Sets or queries the data logging mode.

param arg_0
  • UNLimited: Infinite data capture.

  • COUNt: Number of measurement values to be captured.

  • DURation: Duration of the measurement values capture.

  • SPAN: Interval of the measurement values capture.