Max
SCPI Command :
SEARch:TRIGger:MPHY:PFID:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MPHY:PFID:MAX value: int = driver.search.trigger.mphy.pfid.max.get(search = 'abc')
Sets the end value of the PACP Function ID range if method
RsRtx.search.trigger.mphy.pfid.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, pacpf_un_id_max: int) None[source]
# SEARch:TRIGger:MPHY:PFID:MAX driver.search.trigger.mphy.pfid.max.set(search = 'abc', pacpf_un_id_max = 1)
Sets the end value of the PACP Function ID range if method
RsRtx.search.trigger.mphy.pfid.condition.set()is set to INRange or OORange.