Offset
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:PHASe:[OFFSet]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(objectIx=ObjectIx.Default) float[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:PHASe:[OFFSet] value: float = driver.source.regenerator.object.phase.offset.get(objectIx = repcap.ObjectIx.Default)
Sets a phase offset between the transmitted pulse and the echo signal.
- Parameters:
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- Returns:
offset: float Range: 0 to 359.9
- set(offset: float, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:PHASe:[OFFSet] driver.source.regenerator.object.phase.offset.set(offset = 1.0, objectIx = repcap.ObjectIx.Default)
Sets a phase offset between the transmitted pulse and the echo signal.
- Parameters:
offset – float Range: 0 to 359.9
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)