Clock

SCPI Command :

BLER:SETup:CLOCk:[POLarity]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_polarity() SlopeRiseFall[source]
# BLER:SETup:CLOCk:[POLarity]
value: enums.SlopeRiseFall = driver.bler.setup.clock.get_polarity()

No help available

set_polarity(polarity: SlopeRiseFall) None[source]
# BLER:SETup:CLOCk:[POLarity]
driver.bler.setup.clock.set_polarity(polarity = enums.SlopeRiseFall.FALLing)

No help available