Sync
SCPI Command :
[SOURce<HW>]:PULM:OUTPut:SYNC:[STATe]
- class SyncCls[source]
Sync commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:PULM:OUTPut:SYNC:[STATe] value: bool = driver.source.pulm.output.sync.get_state()
Routes the pulse modulation signal to the [Signal Valid] connector.
- return
sync: 1| ON| 0| OFF
- set_state(sync: bool) None [source]
# SCPI: [SOURce<HW>]:PULM:OUTPut:SYNC:[STATe] driver.source.pulm.output.sync.set_state(sync = False)
Routes the pulse modulation signal to the [Signal Valid] connector.
- param sync
1| ON| 0| OFF