Polarization
SCPI Command :
[SOURce<HW>]:CEMulation:SCM:POLarization:STATe
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:CEMulation:SCM:POLarization:STATe value: bool = driver.source.cemulation.scm.polarization.get_state()
No help available
- set_state(state: bool) None[source]
# [SOURce<HW>]:CEMulation:SCM:POLarization:STATe driver.source.cemulation.scm.polarization.set_state(state = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
polarization_copy = driver.source.cemulation.scm.polarization.clone()
Subgroups