TypePy
SCPI Command :
TRIGger<*>:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) TriggerType[source]
# TRIGger<*>:TYPE value: enums.TriggerType = driver.trigger.typePy.get(trigger = repcap.Trigger.Default)
Selects the trigger type to trigger on analog channels or the external trigger input. To trigger on digital channels and parallel buses, use method
RsRtx.trigger.parallel.typePy.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
type_py: Most of the type values are self-explanatory.
SETHold: SETHold: analyzes the relative timimg between a data signal and the synchronous clock signal. For trigger settings, see ‘Setup & Hold’.
ANEDge: Edge trigger for external trigger input. Only available if the trigger source is the external trigger input. This trigger type uses the analog input signal. For trigger settings, see ‘External trigger setup’.
SERPattern: Serial pattern for signals with serial data patterns in relation to a clock signal. For trigger settings, see ‘Serial pattern trigger’
NFC: Specific trigger for Near Field Communication testing, requires option R&S RTO6–K11. For NFC trigger settings, see ‘NFC trigger’.
CDR: Trigger on the edges of a recovered clock signal, requires option R&S RTO6–K13. The CDR also uses the trigger level as threshold to detect signal edges. For CDR trigger settings, see ‘Clock data recovery (hardware-based, option R&S RTO6-K13) ‘.
- set(type_py: TriggerType, trigger=Trigger.Default) None[source]
# TRIGger<*>:TYPE driver.trigger.typePy.set(type_py = enums.TriggerType.ANEDge, trigger = repcap.Trigger.Default)
Selects the trigger type to trigger on analog channels or the external trigger input. To trigger on digital channels and parallel buses, use method
RsRtx.trigger.parallel.typePy.set().- Parameters:
type_py –
Most of the type values are self-explanatory.
SETHold: SETHold: analyzes the relative timimg between a data signal and the synchronous clock signal. For trigger settings, see ‘Setup & Hold’.
ANEDge: Edge trigger for external trigger input. Only available if the trigger source is the external trigger input. This trigger type uses the analog input signal. For trigger settings, see ‘External trigger setup’.
SERPattern: Serial pattern for signals with serial data patterns in relation to a clock signal. For trigger settings, see ‘Serial pattern trigger’
NFC: Specific trigger for Near Field Communication testing, requires option R&S RTO6–K11. For NFC trigger settings, see ‘NFC trigger’.
CDR: Trigger on the edges of a recovered clock signal, requires option R&S RTO6–K13. The CDR also uses the trigger level as threshold to detect signal edges. For CDR trigger settings, see ‘Clock data recovery (hardware-based, option R&S RTO6-K13) ‘.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)