K91_Wlan

SCPI Command :

ABORt
class K91_WlanCls[source]

K91_Wlan commands group definition. 544 total commands, 17 Subgroups, 1 group commands

abort() None[source]
# SCPI: ABORt
driver.applications.k91_Wlan.abort()

Aborts the measurement in the current channel and resets the trigger system. To prevent overlapping execution of the subsequent command before the measurement has been aborted successfully, use the *OPC? or *WAI command after method RsFsw. #Abort CMDLINKRESOLVED] and before the next command. For details on overlapping execution see . To abort a sequence of measurements by the Sequencer, use the [CMDLINKRESOLVED Initiate.Sequencer.abort command. Note on blocked remote control programs: If a sequential command cannot be completed, for example because a triggered sweep never receives a trigger, the remote control program will never finish and the remote channel to the FSW is blocked for further commands. In this case, you must interrupt processing on the remote channel first in order to abort the measurement. To do so, send a ‘Device Clear’ command from the control instrument to the FSW on a parallel channel to clear all currently active remote channels. Depending on the used interface and protocol, send the following commands:

INTRO_CMD_HELP: In Spectrum mode only:

  • Visa: viClear

  • GPIB: ibclr

  • RSIB: RSDLLibclr

Now you can send the [CMDLINKRESOLVED #Abort CMDLINKRESOLVED] command on the remote channel performing the measurement.

abort_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: ABORt
driver.applications.k91_Wlan.abort_with_opc()

Aborts the measurement in the current channel and resets the trigger system. To prevent overlapping execution of the subsequent command before the measurement has been aborted successfully, use the *OPC? or *WAI command after method RsFsw. #Abort CMDLINKRESOLVED] and before the next command. For details on overlapping execution see . To abort a sequence of measurements by the Sequencer, use the [CMDLINKRESOLVED Initiate.Sequencer.abort command. Note on blocked remote control programs: If a sequential command cannot be completed, for example because a triggered sweep never receives a trigger, the remote control program will never finish and the remote channel to the FSW is blocked for further commands. In this case, you must interrupt processing on the remote channel first in order to abort the measurement. To do so, send a ‘Device Clear’ command from the control instrument to the FSW on a parallel channel to clear all currently active remote channels. Depending on the used interface and protocol, send the following commands:

INTRO_CMD_HELP: In Spectrum mode only:

  • Visa: viClear

  • GPIB: ibclr

  • RSIB: RSDLLibclr

Now you can send the [CMDLINKRESOLVED #Abort CMDLINKRESOLVED] command on the remote channel performing the measurement.

Same as abort, 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.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91_Wlan.clone()

Subgroups