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

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: 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)

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’)