Marker

SCPI Command :

OUTPut:IQHS:MARKer
class MarkerCls[source]

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

set() None[source]
# SCPI: OUTPut:IQHS:MARKer
driver.output.iqhs.marker.set()

Inserts marker information to the data stream during a running I/Q data output recording. Useful to mark a specific event during the measurement that you detect in the result window, for example. Then you can search for the marker information in the output data to analyze the effects at that time. For details on Digital I/Q 40G Streaming Output (FSW-B517/-B1017) , see ‘Digital I/Q 40G Streaming Output’.

set_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: OUTPut:IQHS:MARKer
driver.output.iqhs.marker.set_with_opc()

Inserts marker information to the data stream during a running I/Q data output recording. Useful to mark a specific event during the measurement that you detect in the result window, for example. Then you can search for the marker information in the output data to analyze the effects at that time. For details on Digital I/Q 40G Streaming Output (FSW-B517/-B1017) , see ‘Digital I/Q 40G Streaming Output’.

Same as set, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.