Polarization

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:POLarization:STATe
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:FSIMulator:SCM:POLarization:STATe
value: bool = driver.source.fsimulator.scm.polarization.get_state()

Enables/disables simulation of channel polarization.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:SCM:POLarization:STATe
driver.source.fsimulator.scm.polarization.set_state(state = False)

Enables/disables simulation of channel polarization.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
polarization_copy = driver.source.fsimulator.scm.polarization.clone()

Subgroups