Marker

SCPI Command :

OUTPut<up>:IQHS:MARKer
class MarkerCls[source]

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

set(outputConnector=OutputConnector.Default) None[source]
# SCPI: OUTPut<up>:IQHS:MARKer
driver.applications.k6Pulse.output.iqhs.marker.set(outputConnector = repcap.OutputConnector.Default)

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’.

param outputConnector

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

set_with_opc(outputConnector=OutputConnector.Default, opc_timeout_ms: int = - 1) None[source]