Min
SCPI Command :
SEARch:TRIGger:MPHY:FSNumber:MIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MPHY:FSNumber:MIN value: int = driver.search.trigger.mphy.fsNumber.min.get(search = 'abc')
Specifies the FSN bit pattern, or sets the start value of a pattern range.
- Returns:
fsn_min: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, fsn_min: int) None[source]
# SEARch:TRIGger:MPHY:FSNumber:MIN driver.search.trigger.mphy.fsNumber.min.set(search = 'abc', fsn_min = 1)
Specifies the FSN bit pattern, or sets the start value of a pattern range.
- Parameters:
fsn_min – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .