Fratio
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FRATio
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [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.
- Parameters:
fadingGroup – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Group’)
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)
- Returns:
fratio: float Range: -1 to 1
- set(fratio: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [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.
- Parameters:
fratio – float Range: -1 to 1
fadingGroup – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Group’)
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)