Sense

SCPI Commands

SOURce:VOLTage:SENSe:SOURce
class SenseCls[source]

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

get_source() str[source]
# SCPI: [SOURce]:VOLTage:SENSe[:SOURce]
value: str = driver.source.voltage.sense.get_source()

Sets remote sense detection.

return

arg_0: No help available

set_source(arg_0: str) None[source]
# SCPI: [SOURce]:VOLTage:SENSe[:SOURce]
driver.source.voltage.sense.set_source(arg_0 = r1)

Sets remote sense detection.

param arg_0
  • AUTO: If remote sense detection is set AUTO, the detection and enabling of the voltage sense relay automatically kicks in when the connection of remote sense wires (S+, S-) to the input of the load is applied.

  • EXT: If remote sense detection is set EXT, internal voltage sense relay in the instrument is switched on and the connection of remote sense wires (S+, S- ) to the input of the load become necessary. Failure to connect remote sense can cause overvoltage or unregulated voltage output from the R&S NGP800.