Profile

SCPI Command :

[SOURce<HW>]:FSIMulator:BIRThdeath:PATH<CH>:PROFile
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) FadBdProf[source]
# [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.

Parameters:

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

Returns:

profile: PDOPpler

set(profile: FadBdProf, path=Path.Default) None[source]
# [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.

Parameters:
  • profile – PDOPpler

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