Lcheck

SCPI Command :

MEASurement<*>:LCHeck
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) MeasLimitCheckState[source]
# MEASurement<*>:LCHeck
value: enums.MeasLimitCheckState = driver.measurement.lcheck.get(measurement = repcap.Measurement.Default)

Defines the type of the limit check that can run together with the measurement.

Parameters:

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

set(lim_chk_st: MeasLimitCheckState, measurement=Measurement.Default) None[source]
# MEASurement<*>:LCHeck
driver.measurement.lcheck.set(lim_chk_st = enums.MeasLimitCheckState.LIMit, measurement = repcap.Measurement.Default)

Defines the type of the limit check that can run together with the measurement.

Parameters:
  • lim_chk_st

    OFF | LIMit | LMARgin

    • OFF: No limit check.

    • LIMit: Only limits are checked.

    • LMARgin: Limits and margins are checked.

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