Polarization
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:POLarization:STATe
- class PolarizationCls[source]
Polarization commands group definition. 3 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:POLarization:STATe value: bool = driver.source.fsimulator.scm.polarization.get_state()
Enables/disables simulation of channel polarization.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:POLarization:STATe driver.source.fsimulator.scm.polarization.set_state(state = False)
Enables/disables simulation of channel polarization.
- param state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.scm.polarization.clone()
Subgroups