Pratio

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:PRATio
class PratioCls[source]

Pratio commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# SCPI: [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 (SOURce:FSIMulator:DELay:GROup:PATH2:PROFile RICE) .

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

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

set(pratio: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# SCPI: [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 (SOURce:FSIMulator:DELay:GROup:PATH2:PROFile RICE) .

param pratio

float Range: -30 to 30, Unit: dB

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