Fratio
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FRATio
- class FratioCls[source]
Fratio commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FRATio value: float = driver.source.fsimulator.delPy.group.path.fratio.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
For Rice, pure Doppler and Gauss Doppler fading, sets the ratio of the actual Doppler frequency to the set Doppler frequency. The Frequency Ratio serves as a measure of the angle of incidence between the transmitter and receiver.
- param fadingGroup
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Group’)
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)
- return
fratio: float Range: -1 to 1
- set(fratio: float, fadingGroup=FadingGroup.Default, path=Path.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FRATio driver.source.fsimulator.delPy.group.path.fratio.set(fratio = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
For Rice, pure Doppler and Gauss Doppler fading, sets the ratio of the actual Doppler frequency to the set Doppler frequency. The Frequency Ratio serves as a measure of the angle of incidence between the transmitter and receiver.
- param fratio
float Range: -1 to 1
- param fadingGroup
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Group’)
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)