PlPreamble
SCPI Command :
TRIGger<*>:FLXRay:PLPReamble
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) BusBitCondition[source]
# TRIGger<*>:FLXRay:PLPReamble value: enums.BusBitCondition = driver.trigger.flxRay.plPreamble.get(trigger = repcap.Trigger.Default)
Triggers on the payload preamble indicator bit that indicates a Network Management Vector in the payload segment.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(pload_preamble: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:PLPReamble driver.trigger.flxRay.plPreamble.set(pload_preamble = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)
Triggers on the payload preamble indicator bit that indicates a Network Management Vector in the payload segment.
- Parameters:
pload_preamble – Bit value: 1, 0, or X (don’t care)
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)