Pchannel

SCPI Command :

[SOURce<HW>]:BB:C2K:PPARameter:PCHannel:[STATe]
class PchannelCls[source]

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

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

The command activates/deactivates the paging channel. 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:PCHannel:[STATe]
driver.source.bb.c2K.pparameter.pchannel.set_state(state = False)

The command activates/deactivates the paging channel. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute.

param state

1| ON| 0| OFF