Max

SCPI Command :

SEARch:TRIGger:MPHY:PBEGin:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:MPHY:PBEGin:MAX
value: int = driver.search.trigger.mphy.pbegin.max.get(search = 'abc')

Sets the end value of the PACP Begin range if method RsRtx.search.trigger.mphy.pbegin.condition.set() is set to INRange or OORange.

Returns:

pacp_begin_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(search: str, pacp_begin_max: int) None[source]
# SEARch:TRIGger:MPHY:PBEGin:MAX
driver.search.trigger.mphy.pbegin.max.set(search = 'abc', pacp_begin_max = 1)

Sets the end value of the PACP Begin range if method RsRtx.search.trigger.mphy.pbegin.condition.set() is set to INRange or OORange.

Parameters:

pacp_begin_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .