Merror

SCPI Command :

TRIGger<*>:MILStd:STATus:MERRor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusBitCondition[source]
# TRIGger<*>:MILStd:STATus:MERRor
value: enums.BusBitCondition = driver.trigger.milstd.status.merror.get(trigger = repcap.Trigger.Default)

Triggers on the state of the message error bit of the status word if method RsRtx.trigger.milstd.typePy.set() is set to STATword.

Parameters:

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

Returns:

msg_error_flag: ONE | ZERO | DC

set(msg_error_flag: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:STATus:MERRor
driver.trigger.milstd.status.merror.set(msg_error_flag = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)

Triggers on the state of the message error bit of the status word if method RsRtx.trigger.milstd.typePy.set() is set to STATword.

Parameters:
  • msg_error_flag – ONE | ZERO | DC

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