Couple

SCPI Command :

[SOURce<HW>]:FSIMulator:COUPle:SPEed
class CoupleCls[source]

Couple commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_speed() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:COUPle:SPEed
value: bool = driver.source.fsimulator.couple.get_speed()

(available in ‘System Configuration > Mode > Standard’) Couples the setting for the speed for the paths of both faders.

return

speed: 1| ON| 0| OFF

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

(available in ‘System Configuration > Mode > Standard’) Couples the setting for the speed for the paths of both faders.

param speed

1| ON| 0| OFF

Cloning the Group

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

Subgroups