Polarity
SCPI Command :
[SENSe]:SWEep:EGATe:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SlopeType[source]
# [SENSe]:SWEep:EGATe:POLarity value: enums.SlopeType = driver.applications.k30NoiseFigure.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.
- Returns:
polarity: POSitive | NEGative
- set(polarity: SlopeType) None[source]
# [SENSe]:SWEep:EGATe:POLarity driver.applications.k30NoiseFigure.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.
- Parameters:
polarity – POSitive | NEGative