Sync
SCPI Command :
TRIGger<*>:MILStd:ERRor:SYNC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:MILStd:ERRor:SYNC value: bool = driver.trigger.milstd.error.sync.get(trigger = repcap.Trigger.Default)
Triggers on an error of the synchronization 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:
sync_error: OFF | ON
- set(sync_error: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:ERRor:SYNC driver.trigger.milstd.error.sync.set(sync_error = False, trigger = repcap.Trigger.Default)
Triggers on an error of the synchronization if method
RsRtx.trigger.milstd.typePy.set()is set to ERRor.- Parameters:
sync_error – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)