Fdoppler

SCPI Command :

[SOURce<HW>]:FSIMulator:BIRThdeath:PATH<CH>:FDOPpler
class FdopplerCls[source]

Fdoppler commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(path=Path.Default) float[source]
# SCPI: [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.

param path

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

return

fdoppler: float Range: 0 to 1000

Cloning the Group

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

Subgroups