TcInterferer

SCPI Commands :

[SOURce<HW>]:FSIMulator:TCINterferer:PERiod
[SOURce<HW>]:FSIMulator:TCINterferer:SPEed
[SOURce<HW>]:FSIMulator:TCINterferer:[STATe]
class TcInterfererCls[source]

TcInterferer commands group definition. 21 total commands, 2 Subgroups, 3 group commands

get_period() float[source]
# SCPI: [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.

return

period: float Range: 0.1 to 10

get_speed() float[source]
# SCPI: [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.

return

speed: float Range: 0 to 27778 (dynamic)

get_state() bool[source]
# SCPI: [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 [:SOURce<hw>]:FSIMulator:TCINterferer:REFerence|MOVing:STATe and [:SOURce<hw>]:FSIMulator[:STATe].

return

state: 1| ON| 0| OFF

set_period(period: float) None[source]
# SCPI: [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.

param period

float Range: 0.1 to 10

set_speed(speed: float) None[source]
# SCPI: [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.

param speed

float Range: 0 to 27778 (dynamic)

set_state(state: bool) None[source]
# SCPI: [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 [:SOURce<hw>]:FSIMulator:TCINterferer:REFerence|MOVing:STATe and [:SOURce<hw>]:FSIMulator[:STATe].

param state

1| ON| 0| OFF

Cloning the Group

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

Subgroups