Ifs
SCPI Command :
TRIGger<*>:CXPI:ERRor:IFS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:CXPI:ERRor:IFS value: bool = driver.trigger.cxpi.error.ifs.get(trigger = repcap.Trigger.Default)
Triggers on an inter-frame-space (IFS) error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
error_ifs: OFF | ON
- set(error_ifs: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:ERRor:IFS driver.trigger.cxpi.error.ifs.set(error_ifs = False, trigger = repcap.Trigger.Default)
Triggers on an inter-frame-space (IFS) error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor.- Parameters:
error_ifs – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)