Tx
SCPI Command :
SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:CMWS:USAGe:TX
- class TxCls[source]
Tx commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(index: float) List[bool][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:CMWS:USAGe:TX value: List[bool] = driver.source.sequencer.listPy.singleCmw.usage.tx.get(index = 1.0)
No command help available
- param index:
No help available
- return:
usage: No help available
- set(index: float, usage: List[bool]) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:CMWS:USAGe:TX driver.source.sequencer.listPy.singleCmw.usage.tx.set(index = 1.0, usage = [True, False, True])
No command help available
- param index:
No help available
- param usage:
No help available