TsTone

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:ENABle
class TsToneCls[source]

TsTone commands group definition. 4 total commands, 1 Subgroups, 1 group commands

get_enable() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:ENABle
value: bool = driver.configure.gprf.measurement.ploss.tsTone.get_enable()

Enables using configured Touchstone files.

return:

enable: No help available

set_enable(enable: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:ENABle
driver.configure.gprf.measurement.ploss.tsTone.set_enable(enable = False)

Enables using configured Touchstone files.

param enable:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprf.measurement.ploss.tsTone.clone()

Subgroups