Couple

SCPI Command :

[SOURce<HW>]:FSIMulator:COUPle:SPEed
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_speed() bool[source]
# [SOURce<HW>]:FSIMulator:COUPle:SPEed
value: bool = driver.source.fsimulator.couple.get_speed()

Requires ‘System Configuration’ > ‘Mode’ > ‘Standard’. Couples the setting for the speed for the paths of both faders.

Returns:

speed: 1 | ON | 0| OFF

set_speed(speed: bool) None[source]
# [SOURce<HW>]:FSIMulator:COUPle:SPEed
driver.source.fsimulator.couple.set_speed(speed = False)

Requires ‘System Configuration’ > ‘Mode’ > ‘Standard’. Couples the setting for the speed for the paths of both faders.

Parameters:

speed – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups