TcInterferer

SCPI Commands :

[SOURce<HW>]:FSIMulator:TCINterferer:PERiod
[SOURce<HW>]:FSIMulator:TCINterferer:SPEed
[SOURce<HW>]:FSIMulator:TCINterferer:[STATe]
Commands in total: 21
Subgroups: 2
Direct child commands: 3
get_period() float[source]
# [SOURce<HW>]:FSIMulator:TCINterferer:PERiod
value: float = driver.source.fsimulator.tcInterferer.get_period()

Sets either the dwell time or the period for a complete cycle of the moving path.

Returns:

period: float Range: 0.1 to 10

get_speed() float[source]
# [SOURce<HW>]:FSIMulator:TCINterferer:SPEed
value: float = driver.source.fsimulator.tcInterferer.get_speed()

Sets the speed v of the moving receiver for 2 channel interferer fading.

Returns:

speed: float Range: 0 to 27778 (dynamic)

get_state() bool[source]
# [SOURce<HW>]:FSIMulator:TCINterferer:[STATe]
value: bool = driver.source.fsimulator.tcInterferer.get_state()

Activates the 2 channel interferer fading configuration. The paths and the fading simulator must be switched on separately, see method RsSmw.source.fsimulator.tcInterferer.reference.state() and method RsSmw.source.fsimulator.state() .

Returns:

state: 1 | ON | 0| OFF

set_period(period: float) None[source]
# [SOURce<HW>]:FSIMulator:TCINterferer:PERiod
driver.source.fsimulator.tcInterferer.set_period(period = 1.0)

Sets either the dwell time or the period for a complete cycle of the moving path.

Parameters:

period – float Range: 0.1 to 10

set_speed(speed: float) None[source]
# [SOURce<HW>]:FSIMulator:TCINterferer:SPEed
driver.source.fsimulator.tcInterferer.set_speed(speed = 1.0)

Sets the speed v of the moving receiver for 2 channel interferer fading.

Parameters:

speed – float Range: 0 to 27778 (dynamic)

set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:TCINterferer:[STATe]
driver.source.fsimulator.tcInterferer.set_state(state = False)

Activates the 2 channel interferer fading configuration. The paths and the fading simulator must be switched on separately, see method RsSmw.source.fsimulator.tcInterferer.reference.state() and method RsSmw.source.fsimulator.state() .

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups