Voltage
SCPI Command :
POWer:SOA:LINear:POINt<*>:VOLTage
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(powerPoint=PowerPoint.Default) float[source]
# POWer:SOA:LINear:POINt<*>:VOLTage value: float = driver.power.soa.linear.point.voltage.get(powerPoint = repcap.PowerPoint.Default)
Sets the voltage value for the respective point.
- Parameters:
powerPoint – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)
- Returns:
volt: 1E-3 to 1000
- set(volt: float, powerPoint=PowerPoint.Default) None[source]
# POWer:SOA:LINear:POINt<*>:VOLTage driver.power.soa.linear.point.voltage.set(volt = 1.0, powerPoint = repcap.PowerPoint.Default)
Sets the voltage value for the respective point.
- Parameters:
volt – 1E-3 to 1000
powerPoint – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)