Fdoppler

SCPI Command :

[SOURce<HW>]:FSIMulator:BIRThdeath:PATH<CH>:FDOPpler
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(path=Path.Default) float[source]
# [SOURce<HW>]:FSIMulator:BIRThdeath:PATH<CH>:FDOPpler
value: float = driver.source.fsimulator.birthDeath.path.fdoppler.get(path = repcap.Path.Default)

Queries the resulting Doppler frequency with birth death propagation.

Parameters:

path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)

Returns:

fdoppler: float Range: 0 to 1000

Cloning the Group

# Create a copy of the original group, that exists independently
fdoppler_copy = driver.source.fsimulator.birthDeath.path.fdoppler.clone()

Subgroups