Interval

SCPI Commands

LOG:INTerval
class IntervalCls[source]

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

get(return_min_or_max: Optional[MinOrMax] = None) float[source]
# SCPI: LOG:INTerval
value: float = driver.log.interval.get(return_min_or_max = enums.MinOrMax.MAX)

Sets or queries the data logging measurement interval. The measurement interval describes the time between the recorded measurements.

param return_min_or_max

Returns the measurement interval.

return

result: No help available

set(set_new_value: float, return_min_or_max: Optional[MinOrMax] = None) None[source]
# SCPI: LOG:INTerval
driver.log.interval.set(set_new_value = 1.0, return_min_or_max = enums.MinOrMax.MAX)

Sets or queries the data logging measurement interval. The measurement interval describes the time between the recorded measurements.

param set_new_value
  • numeric value: Measurement interval in the range of 0.008 s to 600 s.

  • MIN | MINimum: Minimum measurement interval is set at 0.008 s.

  • MAX | MAXimum: Maximum measurement interval is set at 600 s.

param return_min_or_max

Returns the measurement interval.