Polarity

SCPI Command :

[SENSe]:SWEep:EGATe:POLarity
class PolarityCls[source]

Polarity commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.SlopeType[source]
# SCPI: [SENSe]:SWEep:EGATe:POLarity
value: enums.SlopeType = driver.sense.sweep.egate.polarity.get()

Selects the polarity of an external gate signal. The setting applies both to the edge of an edge-triggered signal and the level of a level-triggered signal.

return

polarity: POSitive | NEGative

set(polarity: RsFsw.enums.SlopeType) None[source]
# SCPI: [SENSe]:SWEep:EGATe:POLarity
driver.sense.sweep.egate.polarity.set(polarity = enums.SlopeType.NEGative)

Selects the polarity of an external gate signal. The setting applies both to the edge of an edge-triggered signal and the level of a level-triggered signal.

param polarity

POSitive | NEGative