Schannel

SCPI Command :

[SOURce<HW>]:BB:C2K:PPARameter:SCHannel:[STATe]
class SchannelCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:SCHannel:[STATe]
value: bool = driver.source.bb.c2K.pparameter.schannel.get_state()

Activates/deactivates the F-SYNC. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:SCHannel:[STATe]
driver.source.bb.c2K.pparameter.schannel.set_state(state = False)

Activates/deactivates the F-SYNC. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute.

param state

1| ON| 0| OFF