Aoff
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:PNOise:AOFF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:PNOise:AOFF driver.calculate.marker.function.pnoise.aoff.set(window = repcap.Window.Default, marker = repcap.Marker.Default)
Removes all phase noise markers in the specified window.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- set_with_opc(window=Window.Default, marker=Marker.Default, opc_timeout_ms: int = -1) None[source]