InputPy

SCPI Command :

[SENSe]:CORRection:PLOSs:INPut
Commands in total: 3
Subgroups: 2
Direct child commands: 1
class InputPyStruct[source]

Response structure. Fields:

  • 1 Frequency: List[float]: No parameter help available

  • 2 Level: List[float]: No parameter help available

get() InputPyStruct[source]
# [SENSe]:CORRection:PLOSs:INPut
value: InputPyStruct = driver.sense.correction.ploss.inputPy.get()

No help available

Returns:

structure: for return value, see the help for InputPyStruct structure arguments.

set(frequency: List[float], level: List[float]) None[source]
# [SENSe]:CORRection:PLOSs:INPut
driver.sense.correction.ploss.inputPy.set(frequency = [1.1, 2.2, 3.3], level = [1.1, 2.2, 3.3])

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
inputPy_copy = driver.sense.correction.ploss.inputPy.clone()

Subgroups