Tx

SCPI Command :

SOURce:GPRF:GENerator<Instance>:LIST:CMWS:USAGe:TX
class TxCls[source]

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

get(index: int) List[bool][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:CMWS:USAGe:TX
value: List[bool] = driver.source.listPy.singleCmw.usage.tx.get(index = 1)

No command help available

param index:

No help available

return:

usage: No help available

set(index: int, usage: List[bool]) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:CMWS:USAGe:TX
driver.source.listPy.singleCmw.usage.tx.set(index = 1, usage = [True, False, True])

No command help available

param index:

No help available

param usage:

No help available