Manchester

SCPI Command :

TRIGger<*>:MILStd:ERRor:MANChester
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:MILStd:ERRor:MANChester
value: bool = driver.trigger.milstd.error.manchester.get(trigger = repcap.Trigger.Default)

Triggers on an error of the manchester coding if method RsRtx.trigger.milstd.typePy.set() is set to ERRor.

Parameters:

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

Returns:

man_coding_error: OFF | ON

set(man_coding_error: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:ERRor:MANChester
driver.trigger.milstd.error.manchester.set(man_coding_error = False, trigger = repcap.Trigger.Default)

Triggers on an error of the manchester coding if method RsRtx.trigger.milstd.typePy.set() is set to ERRor.

Parameters:
  • man_coding_error – OFF | ON

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