Pchannel

SCPI Command :

[SOURce<HW>]:BB:C2K:PPARameter:PCHannel:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [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 method RsSmw.source.bb.c2K.pparameter.execute.set() .

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [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 method RsSmw.source.bb.c2K.pparameter.execute.set() .

Parameters:

state – 1 | ON | 0| OFF