Tmode

SCPI Command :

ABORt:WLAN:MEASurement<Instance>:TMODe
class TmodeCls[source]

Tmode commands group definition. 5 total commands, 2 Subgroups, 1 group commands

abort(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:WLAN:MEASurement<Instance>:TMODe
driver.tmode.abort()

Aborts the current MIMO training data acquisition.

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.tmode.clone()

Subgroups