PlPreamble

SCPI Command :

SEARch:TRIGger:FLXRay:PLPReamble
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusBitCondition[source]
# SEARch:TRIGger:FLXRay:PLPReamble
value: enums.BusBitCondition = driver.search.trigger.flxRay.plPreamble.get(search = 'abc')

Searches for the payload preamble indicator bit that indicates a Network Management Vector in the payload segment.

Parameters:

search – Bit value: 1, 0, or X (don’t care)

set(search: str, pload_preamble: BusBitCondition) None[source]
# SEARch:TRIGger:FLXRay:PLPReamble
driver.search.trigger.flxRay.plPreamble.set(search = 'abc', pload_preamble = enums.BusBitCondition.DC)

Searches for the payload preamble indicator bit that indicates a Network Management Vector in the payload segment.