Pmax

SCPI Command :

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

Sets the end value of a payload length range if the condition method RsRtx.search.trigger.flxRay.pcondition.set() is set to INRange or OORange.

Parameters:

search – 0 to 127

set(search: str, ploadlgth_max: int) None[source]
# SEARch:TRIGger:FLXRay:PMAX
driver.search.trigger.flxRay.pmax.set(search = 'abc', ploadlgth_max = 1)

Sets the end value of a payload length range if the condition method RsRtx.search.trigger.flxRay.pcondition.set() is set to INRange or OORange.