Cmode

SCPI Command :

[SOURce<HW>]:AWGN:CMODe:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:AWGN:CMODe:[STATe]
value: bool = driver.source.awgn.cmode.get_state()

Couples the configuration of all streams.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:AWGN:CMODe:[STATe]
driver.source.awgn.cmode.set_state(state = False)

Couples the configuration of all streams.

Parameters:

state – 1 | ON | 0| OFF