Polarity

SCPI Command :

SEARch:TRIGger:GLITch:POLarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) Edge[source]
# SEARch:TRIGger:GLITch:POLarity
value: enums.Edge = driver.search.trigger.glitch.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:GLITch:POLarity
driver.search.trigger.glitch.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’.