Profile

SCPI Command :

[SOURce<HW>]:FSIMulator:BIRThdeath:PATH<CH>:PROFile
class ProfileCls[source]

Profile commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(path=Path.Default) RsSmw.enums.FadBdProf[source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:PATH<CH>:PROFile
value: enums.FadBdProf = driver.source.fsimulator.birthDeath.path.profile.get(path = repcap.Path.Default)

This command queries the fading profile. In birth death propagation, the pure Doppler profile is used.

param path

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

return

profile: PDOPpler

set(profile: RsSmw.enums.FadBdProf, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:PATH<CH>:PROFile
driver.source.fsimulator.birthDeath.path.profile.set(profile = enums.FadBdProf.PDOPpler, path = repcap.Path.Default)

This command queries the fading profile. In birth death propagation, the pure Doppler profile is used.

param profile

PDOPpler

param path

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