Pattern
SCPI Command :
TRIGger<*>:CMSB:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:CMSB:PATTern value: int = driver.trigger.cmsb.pattern.get(trigger = repcap.Trigger.Default)
Sets the pattern match conditions for a payload data check. The trigger is set to the first occurrence of a matching data bit pattern (which can be freely specified) , starting after the minimum gap time (method
RsRtx.bus.cmsb.gapTime.value.set()) , and after the detected start of the data frame.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(data_pattern: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:CMSB:PATTern driver.trigger.cmsb.pattern.set(data_pattern = 1, trigger = repcap.Trigger.Default)
Sets the pattern match conditions for a payload data check. The trigger is set to the first occurrence of a matching data bit pattern (which can be freely specified) , starting after the minimum gap time (method
RsRtx.bus.cmsb.gapTime.value.set()) , and after the detected start of the data frame.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)