Output
SCPI Command :
[SENSe]:SAMPling:CLKio:OUTPut
- class OutputCls[source]
Output commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:SAMPling:CLKio:OUTPut value: bool = driver.sense.sampling.clkio.output.get()
No command help available
- return
arg_1: No help available
- set(dev_name: str, arg_1: bool) None [source]
# SCPI: [SENSe]:SAMPling:CLKio:OUTPut driver.sense.sampling.clkio.output.set(dev_name = 'abc', arg_1 = False)
No command help available
- param dev_name
No help available
- param arg_1
No help available