Poffset

SCPI Command :

SCONfiguration:OUTPut:MAPPing:STReam<ST>:POFFset
class PoffsetCls[source]

Poffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(stream=Stream.Default) float[source]
# SCPI: SCONfiguration:OUTPut:MAPPing:STReam<ST>:POFFset
value: float = driver.sconfiguration.output.mapping.stream.poffset.get(stream = repcap.Stream.Default)

Sets the phase offset of the corresponding stream.

param stream

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)

return

sm_phas_offset: float Range: -999.99 to 999.99

set(sm_phas_offset: float, stream=Stream.Default) None[source]
# SCPI: SCONfiguration:OUTPut:MAPPing:STReam<ST>:POFFset
driver.sconfiguration.output.mapping.stream.poffset.set(sm_phas_offset = 1.0, stream = repcap.Stream.Default)

Sets the phase offset of the corresponding stream.

param sm_phas_offset

float Range: -999.99 to 999.99

param stream

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)