Phase
SCPI Command :
[SOURce<HW>]:CEMulation:DEL:GROup<ST>:PATH<CH>:CORRelation:PHASe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:CEMulation:DEL:GROup<ST>:PATH<CH>:CORRelation:PHASe value: float = driver.source.cemulation.delPy.group.path.correlation.phase.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
No help available
- 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’)
- set(phase: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:CEMulation:DEL:GROup<ST>:PATH<CH>:CORRelation:PHASe driver.source.cemulation.delPy.group.path.correlation.phase.set(phase = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
No help available
- 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’)