Pmin
SCPI Command :
SEARch:TRIGger:FLXRay:PMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:FLXRay:PMIN value: int = driver.search.trigger.flxRay.pmin.get(search = 'abc')
Specifies a payload length - the number of words in the payload segment - or sets the start value of an payload length range. Information is transmitted in 2-byte words, so the number of data bytes in the payload segment is twice the payload length.
- Parameters:
search – 0 to 127
- set(search: str, ploadlgth_min: int) None[source]
# SEARch:TRIGger:FLXRay:PMIN driver.search.trigger.flxRay.pmin.set(search = 'abc', ploadlgth_min = 1)
Specifies a payload length - the number of words in the payload segment - or sets the start value of an payload length range. Information is transmitted in 2-byte words, so the number of data bytes in the payload segment is twice the payload length.