Value

SCPI Commands

SENSe:LIST:RANGe<RangePy>:INPut:GAIN:VALue
class ValueCls[source]

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

get(rangePy=RangePy.Default) float[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:INPut:GAIN[:VALue]
value: float = driver.sense.listPy.range.inputPy.gain.value.get(rangePy = repcap.RangePy.Default)

No command help available

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

gain: No help available

set(gain: float, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:INPut:GAIN[:VALue]
driver.sense.listPy.range.inputPy.gain.value.set(gain = 1.0, rangePy = repcap.RangePy.Default)

No command help available

param gain

No help available

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)