Nsource
SCPI Command :
DIAGnostic:SERVice:NSOurce
- class NsourceCls[source]
Nsource commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: 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.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on