Min
SCPI Command :
SEARch:TRIGger:MPHY:PFID:MIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MPHY:PFID:MIN value: int = driver.search.trigger.mphy.pfid.min.get(search = 'abc')
Specifies the PACP Function ID bit pattern, or sets the start value of a pattern range.
- 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_min: int) None[source]
# SEARch:TRIGger:MPHY:PFID:MIN driver.search.trigger.mphy.pfid.min.set(search = 'abc', pacpf_un_id_min = 1)
Specifies the PACP Function ID bit pattern, or sets the start value of a pattern range.