Cphase

SCPI Command :

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

These commands determine the phase for constant phase fading for the ‘Standard Delay’, and ‘Moving Propagation All Moving Channels’ fading configurations.

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:

cphase: float Range: 0 to 359.9

set(cphase: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:DEL30:GROup<ST>:PATH<CH>:CPHase
driver.source.fsimulator.mdelay.del30.group.path.cphase.set(cphase = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

These commands determine the phase for constant phase fading for the ‘Standard Delay’, and ‘Moving Propagation All Moving Channels’ fading configurations.

Parameters:
  • cphase – float Range: 0 to 359.9

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