Nsource
SCPI Command :
DIAGnostic:SERVice:NSOurce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# DIAGnostic:SERVice:NSOurce value: bool = driver.diagnostic.service.nsource.get()
Turns the 28 V supply of the BNC connector labeled [noise source control] on the FSW on and off.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# DIAGnostic:SERVice:NSOurce driver.diagnostic.service.nsource.set(state = False)
Turns the 28 V supply of the BNC connector labeled [noise source control] on the FSW on and off.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on