Clock
SCPI Commands :
[SOURce]:INPut:USER:CLOCk:IMPedance
[SOURce]:INPut:USER:CLOCk:LEVel
[SOURce]:INPut:USER:CLOCk:SLOPe
- class ClockCls[source]
Clock commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_impedance() ImpG50G1KcoerceG10K [source]
# SCPI: [SOURce]:INPut:USER:CLOCk:IMPedance value: enums.ImpG50G1KcoerceG10K = driver.source.inputPy.user.clock.get_impedance()
No command help available
- return:
impedance: No help available
- get_level() float [source]
# SCPI: [SOURce]:INPut:USER:CLOCk:LEVel value: float = driver.source.inputPy.user.clock.get_level()
No command help available
- return:
level: No help available
- get_slope() SlopeType [source]
# SCPI: [SOURce]:INPut:USER:CLOCk:SLOPe value: enums.SlopeType = driver.source.inputPy.user.clock.get_slope()
No command help available
- return:
slope: No help available
- set_impedance(impedance: ImpG50G1KcoerceG10K) None [source]
# SCPI: [SOURce]:INPut:USER:CLOCk:IMPedance driver.source.inputPy.user.clock.set_impedance(impedance = enums.ImpG50G1KcoerceG10K.G1K)
No command help available
- param impedance:
No help available
- set_level(level: float) None [source]
# SCPI: [SOURce]:INPut:USER:CLOCk:LEVel driver.source.inputPy.user.clock.set_level(level = 1.0)
No command help available
- param level:
No help available
- set_slope(slope: SlopeType) None [source]
# SCPI: [SOURce]:INPut:USER:CLOCk:SLOPe driver.source.inputPy.user.clock.set_slope(slope = enums.SlopeType.NEGative)
No command help available
- param slope:
No help available