Instrument Settings¶
Instrument settings adjust the specific settings of an instrument. These are generic and unrelated to specific roles.
AnyInstrument¶
Describes the settings used for an arbitrary instrument
anyOf |
|
Voltmeter¶
Possible voltmeter settings.
type |
object |
|
properties |
||
|
||
|
Number of power line cycles |
|
type |
number |
|
|
Number of readings to take for each poll |
|
type |
integer |
|
|
How long to wait between concurrent readings. Only applicable to HP34420A |
|
type |
number |
|
|
How long to wait before throwing an error while waiting for data to come back. |
|
type |
number |
|
RF Source¶
Possible RF source instrument settings.
type |
object |
|
properties |
||
|
Frequency to set in GHz. |
|
type |
number |
|
|
Whether or not to use amplitude modulation. |
|
type |
boolean |
|
|
External port number to use for amplitude modulation. |
|
type |
integer |
|
|
Linear sensitivity (percent per volt) of the modulated signal to the DC input. |
|
type |
number |
|
Voltage Source¶
Possible settings for a voltage source.
type |
object |
|
properties |
||
|
Ouput voltage range. |
|
type |
number |
|
|
Output voltage level. |
|
type |
number |
|
Commercial Power Meter¶
Possible settings to use for a commercial power meter.
type |
object |
|
properties |
||
|
Read units, restricted to Watts for compatibility. |
|
type |
string |
|
enum |
W |
|
|
How long to integrate symbol in seconds. |
|
type |
number |
|
maximum |
0.3 |
|
minimum |
0 |
|
|
Forces a zeroing measurement to calibrate instrument, freezes the runner while it happens. |
|
type |
boolean |
|
|
how long to wait (in seconds) for data to be available before throwing an error. |
|
type |
number |
|
|
Activates continuous averaging of the sensor readings. |
|
type |
str |
|
enum |
ON, OFF |
|
SMU¶
Possible settings for a Source Measure Unit (SMU).
type |
object |
|
properties |
||
|
What kind of wiring to use. |
|
type |
string |
|
enum |
4W, 2W |
|
|
What to source and measure (V or I) |
|
type |
string |
|
enum |
SVMI, SVMV, SIMV, SIMI |
|
|
What to panel to use on the SMU |
|
type |
string |
|
enum |
front, rear |
|
|
Sets the K2450 to always measure for count. K2450 only. |
|
type |
string |
|
enum |
count |
|
|
Sets the source value in units of Volts or Amps (depending on source_measure setting). |
|
type |
number |
|
|
Sets the source output to on or off. |
|
type |
string |
|
enum |
on, off |
|
|
‘auto’ or number, sets the source range. |
|
type |
string / number |
|
|
Sets the source to measure its output and report that value. |
|
type |
boolean |
|
|
Autozero the measurement values. |
|
type |
boolean |
|
|
‘auto’ or a number. Sets the delay between source adjustment and measurement read back. |
|
type |
string / number |
|
|
Sets the number of readings per trigger. Typically 1. |
|
type |
number |
|
|
Integration time in power line cycles. |
|
type |
number |
|