Prof
SCPI Command :
[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:PROF
- class ProfCls[source]
Prof commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) FadProfUdyn [source]
# SCPI: [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.
- param path:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)
- return:
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]
# SCPI: [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.
- param 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
- param path:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)