Polarity
SCPI Command :
SEARch:TRIGger:RUNT:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) Edge[source]
# SEARch:TRIGger:RUNT:POLarity value: enums.Edge = driver.search.trigger.runt.polarity.get(search = 'abc')
Indicates the polarity of a pulse, that is the direction of the first pulse slope.
- Parameters:
search – Search definition
- Returns:
polarity: See ‘Polarity parameter’.
- set(search: str, polarity: Edge) None[source]
# SEARch:TRIGger:RUNT:POLarity driver.search.trigger.runt.polarity.set(search = 'abc', polarity = enums.Edge.EITHer)
Indicates the polarity of a pulse, that is the direction of the first pulse slope.
- Parameters:
search – Search definition
polarity – See ‘Polarity parameter’.