Simax
SCPI Command :
SEARch:TRIGger:SENT:SIMX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:SENT:SIMX value: int = driver.search.trigger.sent.simax.get(search = 'abc')
Sets the end value of an identifier range for SEARch:TRIGger:SENT:SICN INRange or OORange.
- Returns:
smid_pattern_to: Numeric or string pattern, ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, smid_pattern_to: int) None[source]
# SEARch:TRIGger:SENT:SIMX driver.search.trigger.sent.simax.set(search = 'abc', smid_pattern_to = 1)
Sets the end value of an identifier range for SEARch:TRIGger:SENT:SICN INRange or OORange.
- Parameters:
smid_pattern_to – Numeric or string pattern, ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .