Prof
SCPI Command :
[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:PROF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(path=Path.Default) FadProfUdyn[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:PROF value: enums.FadProfUdyn = driver.source.fsimulator.cdynamic.path.prof.get(path = repcap.Path.Default)
Sets the fading profile.
- Parameters:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)
- Returns:
prof: PDOPpler | RAYLeigh | SPATh PDOPpler Pure Doppler profile available in the first four paths (PATH1 | 2|3 | 4) RAYLeigh Rayleigh profile available for all paths SPATh Static path profile available for all paths
- set(prof: FadProfUdyn, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:PROF driver.source.fsimulator.cdynamic.path.prof.set(prof = enums.FadProfUdyn.PDOPpler, path = repcap.Path.Default)
Sets the fading profile.
- Parameters:
prof – PDOPpler | RAYLeigh | SPATh PDOPpler Pure Doppler profile available in the first four paths (PATH1 | 2|3 | 4) RAYLeigh Rayleigh profile available for all paths SPATh Static path profile available for all paths
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)