Max

SCPI Command :

SEARch:TRIGger:DPHY:ESCMode:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:DPHY:ESCMode:MAX
value: int = driver.search.trigger.dphy.escMode.max.get(search = 'abc')

Sets the end value of an escape mode range if method RsRtx.search.trigger.dphy.escMode.condition.set() is set to INRange or OORange.

Parameters:

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

set(search: str, lp_escp_mode_max: int) None[source]
# SEARch:TRIGger:DPHY:ESCMode:MAX
driver.search.trigger.dphy.escMode.max.set(search = 'abc', lp_escp_mode_max = 1)

Sets the end value of an escape mode range if method RsRtx.search.trigger.dphy.escMode.condition.set() is set to INRange or OORange.