Phase
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:GVECtor<ST>:PHASe
- class PhaseCls[source]
Phase commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mimoTap=MimoTap.Default, gainVector=GainVector.Default) float [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:GVECtor<ST>:PHASe value: float = driver.source.fsimulator.mimo.tap.gvector.phase.get(mimoTap = repcap.MimoTap.Default, gainVector = repcap.GainVector.Default)
Sets the phase shift of the selected path.
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- param gainVector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gvector’)
- return
phase: float Range: 0 to 360
- set(phase: float, mimoTap=MimoTap.Default, gainVector=GainVector.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:GVECtor<ST>:PHASe driver.source.fsimulator.mimo.tap.gvector.phase.set(phase = 1.0, mimoTap = repcap.MimoTap.Default, gainVector = repcap.GainVector.Default)
Sets the phase shift of the selected path.
- param phase
float Range: 0 to 360
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- param gainVector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gvector’)