Duration

SCPI Commands

LOG:DURation
class DurationCls[source]

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

get(return_min_or_max: Optional[MinOrMax] = None) int[source]
# SCPI: LOG:DURation
value: int = driver.log.duration.get(return_min_or_max = enums.MinOrMax.MAX)

Sets or queries the duration of the data logging.

param return_min_or_max

Returns the duration of the data logging.

return

result: No help available

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

Sets or queries the duration of the data logging.

param set_new_value
  • numeric value: Duration of the data logging captured in the range of 0 s to 3.49*10^5 s.

  • MIN | MINimum: Minimum duration of the data logging captured at 0 s.

  • MAX | MAXimum: Maximum duration of the data logging captured at 3.49*10^5 s.

param return_min_or_max

Returns the duration of the data logging.