Coupling

SCPI Command :

[SOURce<HW>]:AWGN:BWIDth:COUPling:[STATe]
class CouplingCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:AWGN:BWIDth:COUPling:[STATe]
value: bool = driver.source.awgn.bandwidth.coupling.get_state()

Activates bandwidth coupling.If activated, the digital broadcast baseband signal bandwidth couples to the AWGN system bandwidth.

return:

awgn_bw_coup_state: 1| ON| 0| OFF

set_state(awgn_bw_coup_state: bool) None[source]
# SCPI: [SOURce<HW>]:AWGN:BWIDth:COUPling:[STATe]
driver.source.awgn.bandwidth.coupling.set_state(awgn_bw_coup_state = False)

Activates bandwidth coupling.If activated, the digital broadcast baseband signal bandwidth couples to the AWGN system bandwidth.

param awgn_bw_coup_state:

1| ON| 0| OFF