Contiunous

SCPI Command :

MEASurement<*>:TRACk:CONTiunous
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>:TRACk:CONTiunous
value: bool = driver.measurement.track.contiunous.get(measIndex = repcap.MeasIndex.Default)

Performs an automatic scaling whenever the track does not fit in the diagram during the measurement period.

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

set(auto_scl_enable: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:TRACk:CONTiunous
driver.measurement.track.contiunous.set(auto_scl_enable = False, measIndex = repcap.MeasIndex.Default)

Performs an automatic scaling whenever the track does not fit in the diagram during the measurement period.

Parameters:
  • auto_scl_enable – OFF | ON

  • measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)