Phase

SCPI Command :

[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:CORRelation:PHASe
class PhaseCls[source]

Phase 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>:CORRelation:PHASe
value: float = driver.source.fsimulator.delPy.group.path.correlation.phase.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Determines the phase of the complex correlation coefficient. Sets the phase of the correlation coefficient of the correlated path of the second fader also to the entered value.

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

phase: float Range: 0 to 359.9, Unit: DEG

set(phase: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:CORRelation:PHASe
driver.source.fsimulator.delPy.group.path.correlation.phase.set(phase = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Determines the phase of the complex correlation coefficient. Sets the phase of the correlation coefficient of the correlated path of the second fader also to the entered value.

param phase

float Range: 0 to 359.9, Unit: DEG

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