Cphase
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:CPHase
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:CPHase value: float = driver.source.fsimulator.delPy.group.path.cphase.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the start phase rotation.
- 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, Unit: DEG
- set(cphase: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:CPHase driver.source.fsimulator.delPy.group.path.cphase.set(cphase = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the start phase rotation.
- Parameters:
cphase – float Range: 0 to 359.9, Unit: DEG
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’)