Pratio

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:PRATio
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:PRATio
value: float = driver.source.fsimulator.delay.group.path.pratio.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the power ratio of the discrete and distributed components for Rice fading.

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:

pratio: float Range: -30 to 30, Unit: dB

set(pratio: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:PRATio
driver.source.fsimulator.delay.group.path.pratio.set(pratio = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Sets the power ratio of the discrete and distributed components for Rice fading.

Parameters:
  • pratio – float Range: -30 to 30, Unit: dB

  • 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’)