NF FRA51615 VI Tree.vi

All labview drivers for FRA51602/FRA51615 are displayed.


Connector Pane

NF FRA51615 VI Tree.vi


Front Panel

NF FRA51615 VI Tree.vi


Controls and Indicators


Block Diagram

NF FRA51615 VI Tree.vi


NF FRA51615 Condition.vi

Sets or Queries some parameters of FRA51615.


Connector Pane

NF FRA51615 Condition.vi


Front Panel

NF FRA51615 Condition.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cnclst

Set Conditions

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

icclst

Query Conditions

Displays setting parameters

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 Condition.vi

NF FRA51615 Condition.vi


NF FRA51615 exam_settingaSweepFrequencyRangeAndSweepMeasurement.vi

This sample VI sets range of sweep frequency and executes sweep measurement.


Connector Pane

NF FRA51615 exam_settingaSweepFrequencyRangeAndSweepMeasurement.vi


Front Panel

NF FRA51615 exam_settingaSweepFrequencyRangeAndSweepMeasurement.vi


Controls and Indicators

cdbl

Minimum sweep frequency(Hz)

<Sweep lower limit frequency (Hz)>

range : 0.000 01Hz to 15 000 000.000 00Hz

(10uHz to 15MHz)

resolution : 0.000 01Hz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

cdbl

Maximum sweep frequency(Hz)

<Sweep upper limit frequency (Hz)>

range : 0.000 01Hz to 15 000 000.000 00Hz

(10uHz to 15MHz)

resolution : 0.000 01Hz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

ci32

Control of a sweep measurement

<sweep direction>

UP : up (Lower Freq -> Upper Freq)

DOWN : down (Upper Freq -> Lower Freq)

SPOT : not sweep (Spot Freq)

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ierrcodeclst

error out

The code input identifies the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 exam_settingaSweepFrequencyRangeAndSweepMeasurement.vi


NF FRA51615 exam_setupAndQuery.vi

This sample VI sets and queries internal oscilator amplitude of FRA.


Connector Pane

NF FRA51615 exam_setupAndQuery.vi


Front Panel

NF FRA51615 exam_setupAndQuery.vi


Controls and Indicators

cdbl

Set amplitude

<Internal oscillator amplitude (Vpk)>

range : 0.000 00Vpk to 10.0Vpk

constraints : (|DC bias|) + (Amplitude) <= 10.00

resolution : 3 places (<10mVpk is 10uVpk)

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cenum

unit

<unit>

M : mVpk(10^-3)

MV : mVpk10^-3

V : Vpk

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

istr

setup & query output amplitude

displays settiong parameter

<Internal oscillator amplitude (Vpk)>

range : 0.000 00Vpk to 10.0Vpk

constraints : (|DC bias|) + (Amplitude) <= 10.00

resolution : 3 places (<10mVpk is 10uVpk)

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 exam_setupAndQuery.vi


NF FRA51615 exam_transferOfMeasurementDataToController.vi

This sample VI queries adn displays data of FRA.


Connector Pane

NF FRA51615 exam_transferOfMeasurementDataToController.vi


Front Panel

NF FRA51615 exam_transferOfMeasurementDataToController.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

start point of reading data

<Data retrieval starting point>

range : 0 to 20000

resolution : 1

ci32

the number of reading data

<Number of data points to get>

range : 1 to 20001

resolution : 1

cu16

the type of reading data

<Query targets>

MEAS : Get MEAS data

REF : Get REF data

SPOT : Get SPOT measurement data

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

icclst

data 1

measurement data are displayed in graph

When the x axis is frequency

<FREQdata[start]>,<Y1data[start]>, ...

When the x axis is not frequency

<FREQdata[start]>,<Xdata[start]>, ...

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

icclst

data 2

measurement data are displayed in graph

When the x axis is frequency

<FREQdata[start]>,<Y2data[start]>, ...

When the x axis is not frequency

<FREQdata[start]>,<Y1data[start]>, ...

i1ddbl

SPOT Data

displays spot measurement data

When the x axis is frequency

<FREQdata[start]>,<Y1data[start]>,<Y2data[start]>

When the x axis is not frequency

<FREQdata[start]>,<Xdata[start]>,<Y1data[start]>

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 exam_transferOfMeasurementDataToController.vi

NF FRA51615 exam_transferOfMeasurementDataToController.vi


NF FRA51615 SWeepMeasure.vi

Sets some measurement parameters such as SWEEP.


Connector Pane

NF FRA51615 SWeepMeasure.vi


Front Panel

NF FRA51615 SWeepMeasure.vi


Controls and Indicators

ci32

Control of a sweep measurement

<sweep direction>

UP : up (Lower Freq -> Upper Freq)

DOWN : down (Upper Freq -> Lower Freq)

SPOT : not sweep (Spot Freq)

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

interval

Loop wait (msec)

ci32

timeOut

Time out (msec)

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 SWeepMeasure.vi

NF FRA51615 SWeepMeasure.vi

NF FRA51615 SWeepMeasure.vi

NF FRA51615 SWeepMeasure.vi

NF FRA51615 SWeepMeasure.vi

NF FRA51615 SWeepMeasure.vi


NF FRA51615 dvr_qDATA_POINts.vi

Queries the number of sweep measurement data points.


Connector Pane

NF FRA51615 dvr_qDATA_POINts.vi


Front Panel

NF FRA51615 dvr_qDATA_POINts.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

[Set Target Data]

<the number of sweep measurement data points>

MEAS : Get the number of MEAS data measurement data points

REF : Get the number of REF data measurement data points

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query DATA Points]

displays setting parameters

range : 3 to 20000

resolution : 1


Block Diagram

NF FRA51615 dvr_qDATA_POINts.vi

NF FRA51615 dvr_qDATA_POINts.vi


NF FRA51615 dvr_qSOURce_SWEep_DIRection.vi

Queries the sweep direction.


Connector Pane

NF FRA51615 dvr_qSOURce_SWEep_DIRection.vi


Front Panel

NF FRA51615 dvr_qSOURce_SWEep_DIRection.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Direction]

<the current measurement state>

UP : up (Lower Freq -> Upper Freq)

DOWN : down (Upper Freq -> Lower Freq)

SPOT : not sweep (Spot Freq)


Block Diagram

NF FRA51615 dvr_qSOURce_SWEep_DIRection.vi

NF FRA51615 dvr_qSOURce_SWEep_DIRection.vi


NF FRA51615 dvr_sTRIGger_ABORt.vi

Aborts the measurement operation.


Connector Pane

NF FRA51615 dvr_sTRIGger_ABORt.vi


Front Panel

NF FRA51615 dvr_sTRIGger_ABORt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sTRIGger_ABORt.vi

NF FRA51615 dvr_sTRIGger_ABORt.vi


NF FRA51615 dvr_sTRIGger_IMMediate.vi

Executes a trigger (starts measurement).


Connector Pane

NF FRA51615 dvr_sTRIGger_IMMediate.vi


Front Panel

NF FRA51615 dvr_sTRIGger_IMMediate.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

[Trigger]

<Sweep direction>

UP : up (Lower Freq -> Upper Freq)

DOWN : down (Upper Freq -> Lower Freq)

SPOT : not sweep (Spot Freq)

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sTRIGger_IMMediate.vi

NF FRA51615 dvr_sTRIGger_IMMediate.vi


NF FRA51615 dvr_DISPlay_GRATicule_GRID_LINE.vi

Sets and queries the grid line type.


Connector Pane

NF FRA51615 dvr_DISPlay_GRATicule_GRID_LINE.vi


Front Panel

NF FRA51615 dvr_DISPlay_GRATicule_GRID_LINE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Grid Line]

<Grid line type>

SOLid : Solid line

BROKen : Broken line

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Grid Line]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_GRATicule_GRID_LINE.vi

NF FRA51615 dvr_DISPlay_GRATicule_GRID_LINE.vi

NF FRA51615 dvr_DISPlay_GRATicule_GRID_LINE.vi


NF FRA51615 dvr_DISPlay_GRATicule_GRID_STYLe.vi

Sets and queries the grid display.


Connector Pane

NF FRA51615 dvr_DISPlay_GRATicule_GRID_STYLe.vi


Front Panel

NF FRA51615 dvr_DISPlay_GRATicule_GRID_STYLe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Grid Style]

<Grid display>

OFF : The grid is not displayed

X : Only X axis grid is displayed

XY1 : X and Y1 axis grids are displayed

XY2 : X and Y2 axis grids are displayed

ALL : X, Y1, and Y2 axis grids are displayed

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Grid Style]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_GRATicule_GRID_STYLe.vi

NF FRA51615 dvr_DISPlay_GRATicule_GRID_STYLe.vi

NF FRA51615 dvr_DISPlay_GRATicule_GRID_STYLe.vi


NF FRA51615 dvr_DISPlay_MATH_NAME.vi

Sets and queries the analysis mode.


Connector Pane

NF FRA51615 dvr_DISPlay_MATH_NAME.vi


Front Panel

NF FRA51615 dvr_DISPlay_MATH_NAME.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Analize Mode]

<Analysis mode>

CH1Bych2 : CH1/CH2

CH2Bych1 : CH2/CH1

CH1 : CH1

CH2 : CH2

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Analize Mode]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_MATH_NAME.vi

NF FRA51615 dvr_DISPlay_MATH_NAME.vi

NF FRA51615 dvr_DISPlay_MATH_NAME.vi


NF FRA51615 dvr_DISPlay_MODE.vi

Sets and queries the graph display type.


Connector Pane

NF FRA51615 dvr_DISPlay_MODE.vi


Front Panel

NF FRA51615 dvr_DISPlay_MODE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Graph Type]

<Graph display type>

SINGle : Single display

SPLit : Split display

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Graph Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_MODE.vi

NF FRA51615 dvr_DISPlay_MODE.vi

NF FRA51615 dvr_DISPlay_MODE.vi


NF FRA51615 dvr_DISPlay_TEXT.vi

Sets and queries the graph title.


Connector Pane

NF FRA51615 dvr_DISPlay_TEXT.vi


Front Panel

NF FRA51615 dvr_DISPlay_TEXT.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cstr

Set Graph Title

<Graph title>

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Graph Title]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TEXT.vi

NF FRA51615 dvr_DISPlay_TEXT.vi

NF FRA51615 dvr_DISPlay_TEXT.vi


NF FRA51615 dvr_DISPlay_TRACe_MY1_STATe.vi

Sets and queries the MEAS Y1 display status.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_MY1_STATe.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_MY1_STATe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set MEAS Y1 State]

<MEAS Y1 display status>

ON : MEAS Y1 is displayed

OFF : MEAS Y1 is not displayed

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query MEAS Y1 State]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_MY1_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_MY1_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_MY1_STATe.vi


NF FRA51615 dvr_DISPlay_TRACe_MY2_STATe.vi

Sets and queries the MEAS Y2 display status.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_MY2_STATe.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_MY2_STATe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set MEAS Y2 State]

<MEAS Y2 display status>

ON : MEAS Y2 is displayed

OFF : MEAS Y2 is not displayed

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query MEAS Y2 State]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_MY2_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_MY2_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_MY2_STATe.vi


NF FRA51615 dvr_DISPlay_TRACe_RY1_STATe.vi

Sets and queries the REF Y1 display status .


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_RY1_STATe.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_RY1_STATe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set REF Y1 State]

<REF Y1 display status>

ON : REF Y1 is displayed

OFF : REF Y1 is not displayed

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query REF Y1 State]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_RY1_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_RY1_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_RY1_STATe.vi


NF FRA51615 dvr_DISPlay_TRACe_RY2_STATe.vi

Sets and queries the REF Y1 display status .


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_RY2_STATe.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_RY2_STATe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set REF Y2 State]

<REF Y2 display status>

ON : REF Y2 is displayed

OFF : REF Y2 is not displayed

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query REF Y2 State]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_RY2_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_RY2_STATe.vi

NF FRA51615 dvr_DISPlay_TRACe_RY2_STATe.vi


NF FRA51615 dvr_DISPlay_TRACe_SCALe_AUTO.vi

Sets and queries the autoscaling mode.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_SCALe_AUTO.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_SCALe_AUTO.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Auto Scale]

<Autoscale switch>

ON : Enables autoscaling

OFF : Disables autoscaling

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Auto Scale]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_SCALe_AUTO.vi

NF FRA51615 dvr_DISPlay_TRACe_SCALe_AUTO.vi

NF FRA51615 dvr_DISPlay_TRACe_SCALe_AUTO.vi


NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi

Sets and queries the x-axis lower limit.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

X Minimun(Hz)

<x-axis lower limit(Hz)>

range : 0.000 01 to 15 000 000.000 00 (10uHz to 15MHz)

constraints : (x-axis lower limit) < (x-axis upper limit)

resolution : 10uHz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

cenum

Set X Type

cdbl

[X Minimun]

<x-axis lower limit>

range : -1 000 000 000 000.000 00 to 1 000 000 000 000.000 00

(-1T to 1T(10^12))

constraints : (x-axis lower limit) < (x-axis upper limit)

resolution : 6 places (<1n(10^-9) is 1f(10^-15))

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

idbl

Hz[X Minimun]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_LEFT.vi


NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi

Sets and queries the x-axis upper limit.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[X Maximum(Hz)]

<x-axis upper limit (Hz)>

range : 0.000 01 to 15 000 000.000 00 (10uHz to 15MHz)

constraints : (x-axis lower limit) < (x-axis upper limit)

resolution : 10uHz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

cenum

Set X Type

cdbl

[X Maximum]

<x-axis upper limit>

range : -1 000 000 000 000.000 00 to 1 000 000 000 000.000 00

(-1T to 1T(10^12)j

constraints : (x-axis lower limit) < (x-axis upper limit)

resolution : 6 places (<1n(10^-9) is 1f(10^-15))

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

idbl

[X Maximum]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SCALe_RIGHt.vi


NF FRA51615 dvr_DISPlay_TRACe_X_SPACing.vi

Sets and queries the x-axis type.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_X_SPACing.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_X_SPACing.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select X Type]

<x-axis type>

LINear : Linear scale

LOGarithmic : Log scale

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query X Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_X_SPACing.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SPACing.vi

NF FRA51615 dvr_DISPlay_TRACe_X_SPACing.vi


NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_BOTTom.vi

Sets and queries the Y1-axis lower limit.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_BOTTom.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_BOTTom.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Y1 Minimun]

<Y1 axis lower limit>

range : -1 000 000 000 000.000 00 to 1 000 000 000 000.000 00

(-1T to 1T(10^12))

constraints : (Y1 axis lower limit) < (Y1 axis upper limit)

resolution : 6 places (<1n(10-9) is 1f(10-15))

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Y1 Minimum]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_BOTTom.vi

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_BOTTom.vi

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_BOTTom.vi


NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_TOP.vi

Sets and queries the Y1-axis upper limit.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_TOP.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_TOP.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Y1 Maximum]

<Y1 axis upper limit>

range : -1 000 000 000 000.000 00 to 1 000 000 000 000.000 00

(-1T to 1T(10^12))

constraints : (Y1 axis lower limit) < (Y1 axis upper limit)

resolution : 6 places (<1n(10-9) is 1f(10-15))

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Y1 Maximum]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_TOP.vi

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_TOP.vi

NF FRA51615 dvr_DISPlay_TRACe_Y1_SCALe_TOP.vi


NF FRA51615 dvr_DISPlay_TRACe_Y1_SPACing.vi

Sets and queries the Y1-axis type.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_Y1_SPACing.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_Y1_SPACing.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Y1 Type]

<Y1-axis type>

LINear : Linear scale

LOGarithmic : Log scale

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Y1 Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_Y1_SPACing.vi

NF FRA51615 dvr_DISPlay_TRACe_Y1_SPACing.vi

NF FRA51615 dvr_DISPlay_TRACe_Y1_SPACing.vi


NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_BOTTom.vi

Sets and queries the Y2-axis lower limit.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_BOTTom.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_BOTTom.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Y2 Minimun]

<Y2 axis lower limit>

range : -1 000 000 000 000.000 00 to 1 000 000 000 000.000 00

(-1T to 1T(10^12))

constraints : (Y2 axis lower limit) < (Y2 axis upper limit)

resolution : 6 places (<1n(10-9) is 1f(10-15))

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Y2 Minimum]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_BOTTom.vi

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_BOTTom.vi

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_BOTTom.vi


NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_TOP.vi

Sets and queries the Y1-axis upper limit.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_TOP.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_TOP.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Y2 Maximum]

<Y2 axis upper limit>

range : -1 000 000 000 000.000 00 to 1 000 000 000 000.000 00

(-1T to 1T(10^12))

constraints : (Y2 axis lower limit) < (Y2 axis upper limit)

resolution : 6 places (<1n(10-9) is 1f(10-15))

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Y2 Maximum]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_TOP.vi

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_TOP.vi

NF FRA51615 dvr_DISPlay_TRACe_Y2_SCALe_TOP.vi


NF FRA51615 dvr_DISPlay_TRACe_Y2_SPACing.vi

Sets and queries the Y2-axis type.


Connector Pane

NF FRA51615 dvr_DISPlay_TRACe_Y2_SPACing.vi


Front Panel

NF FRA51615 dvr_DISPlay_TRACe_Y2_SPACing.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Y2 Type]

<Y2-axis type>

LINear : Linear scale

LOGarithmic : Log scale

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Y2 Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_TRACe_Y2_SPACing.vi

NF FRA51615 dvr_DISPlay_TRACe_Y2_SPACing.vi

NF FRA51615 dvr_DISPlay_TRACe_Y2_SPACing.vi


NF FRA51615 dvr_qCALCulate_FORMat.vi

Sets and queries the X, Y1, and Y2 parameters .


Connector Pane

NF FRA51615 dvr_qCALCulate_FORMat.vi


Front Panel

NF FRA51615 dvr_qCALCulate_FORMat.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cenum

[Set X Parameter]

<X axis data>

FREQuency : SWEEP (frequency)

PHASe : theta(phase +/-180 degree)

PPHase : theta(phase 0 to +360 degree)

MPHase : theta(phase -360 to 0 degree)

UPHase : theta(phase UNWRAP)

REAL : a (real part)

R : R (resistance)

G : G (conductance)

cenum

[Set Y1 parameter]

<Y1 axis data>

MLINear : R (gain)

MLOGarithmic : dBR (gain)

REAL : a (real part)

IMAGinay : b (imaginary part)

Z : Z (impedance)

Y : Y (admittance)

R : R (resistance)

G : G (conductance)

CS : CS (series capacitance)

CP : CP (parallel capacitance)

LS : LS (series inductance)

LP : LP (parallel inductance)

X : X (reactance)

MX : -X (reactance)

B : B (susceptane)

MB : -B (susceptane)

VOLTage : V (voltage)

CURRent : I (current)

cenum

[Set Y2 parameter]

<Y2 axis data>

PHASe : theta (phase +/-180 degree)

PPHase : theta (phase 0 to +360 degree)

MPHase : theta (phase -360 to 0 degree)

UPHase : theta (phase UNWRAP)

IMAGinary : b (imaginary part)

GDELay : GD (group delay)

X : X (reactance)

B : B (susceptance)

RS : RS (series resistance)

RP : RP (parallel resistance)

D : D (loss rate)

Q : Q (quality coefficient)

NONE : None

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query X Parameter]

display the data read from the device

istr

[Query Y2 Parameter]

display the data read from the device

istr

[Query Y1 Parameter ]

display the data read from the device


Block Diagram

NF FRA51615 dvr_qCALCulate_FORMat.vi

NF FRA51615 dvr_qCALCulate_FORMat.vi

NF FRA51615 dvr_qCALCulate_FORMat.vi


NF FRA51615 dvr_sCALC_FORMat_UPHase_SHIFt.vi

Executes a phase shift.

(shift value) = 360 x <value>


Connector Pane

NF FRA51615 dvr_sCALC_FORMat_UPHase_SHIFt.vi


Front Panel

NF FRA51615 dvr_sCALC_FORMat_UPHase_SHIFt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci8

[Set Phase Shift]

<phase shift>

range : -1 to 1

shift value 360 x <phase shift value> degree

resolution : 2

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sCALC_FORMat_UPHase_SHIFt.vi

NF FRA51615 dvr_sCALC_FORMat_UPHase_SHIFt.vi


NF FRA51615 dvr_SENSe_SMOothing_POINts.vi

Sets and queries the phase moving average.


Connector Pane

NF FRA51615 dvr_SENSe_SMOothing_POINts.vi


Front Panel

NF FRA51615 dvr_SENSe_SMOothing_POINts.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Smoothing Points]

<Phase moving average>

range : 2 to 200

resolution : 2

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Smoothing Points]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SENSe_SMOothing_POINts.vi

NF FRA51615 dvr_SENSe_SMOothing_POINts.vi

NF FRA51615 dvr_SENSe_SMOothing_POINts.vi


NF FRA51615 dvr_INPut_GAIN.vi

Sets and queries the input weight coefficient.


Connector Pane

NF FRA51615 dvr_INPut_GAIN.vi


Front Panel

NF FRA51615 dvr_INPut_GAIN.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[CH2 Input Gain]

<CH2 Input Gain>

range : 0.000 000 000 000 to 1 000 000 000 000

resolution : 6 places (<1u(10-6) is 1p(10-12))

cdbl

[CH1 Input Gain]

<CH1 Input Gain>

range : 0.000 000 000 000 to 1 000 000 000 000

resolution : 6 places (<1u(10-6) is 1p(10-12))

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query CH2 Input Gain]

display the data read from the device

istr

[Query CH1 Input Gain]

display the data read from the device


Block Diagram

NF FRA51615 dvr_INPut_GAIN.vi

NF FRA51615 dvr_INPut_GAIN.vi

NF FRA51615 dvr_INPut_GAIN.vi


NF FRA51615 dvr_INPut_GAIN_INVert.vi

Sets and queries the input signal phase inversion mode.


Connector Pane

NF FRA51615 dvr_INPut_GAIN_INVert.vi


Front Panel

NF FRA51615 dvr_INPut_GAIN_INVert.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Input Gain Invert]

<Phase inversion status>

ON : Enables phase inversion

OFF : Disables phase inversion

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Gain Invert]

display the data read from the device


Block Diagram

NF FRA51615 dvr_INPut_GAIN_INVert.vi

NF FRA51615 dvr_INPut_GAIN_INVert.vi

NF FRA51615 dvr_INPut_GAIN_INVert.vi


NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection.vi

Sets and queries the overvoltage detection level.


Connector Pane

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection.vi


Front Panel

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

CH1/CH2

<select channel>

cu16

[Unit]

<unit>

M : mVrms(10^-3)

MV : mVrms10^-3

V : Vrms

cdbl

[Set Over Detect Level]

<Overvoltage detection level(Vrms)>

range : 0.000000 to 600Vrms

resolution : 3 places (<1mVrms is 1uVrms)

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

istr

[Query Over Detect Level]

display the data read from the device

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection.vi


NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_BEEPer.vi

Sets and queries the overvoltage detection beep mode.


Connector Pane

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_BEEPer.vi


Front Panel

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_BEEPer.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Beep at Over]

<Overvoltage detection beep>

ON : Beep sounds

OFF : Beep does not sound

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Beep at Over ]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_BEEPer.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_BEEPer.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_BEEPer.vi


NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_SWEep_STOP.vi

Sets and queries the sweep stop for overvoltage detection.


Connector Pane

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_SWEep_STOP.vi


Front Panel

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_SWEep_STOP.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Stop at Over]

<Sweep stop for overvoltage detection>

ON : The sweep operation is stopped upon overvoltage detection.

OFF : The sweep operation continues upon overvoltage detection.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Stop At Over State]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_SWEep_STOP.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_SWEep_STOP.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_PROTection_SWEep_STOP.vi


NF FRA51615 dvr_SENSe_VOLTage_AC_RANGe.vi

Sets and queries the range.


Connector Pane

NF FRA51615 dvr_SENSe_VOLTage_AC_RANGe.vi


Front Panel

NF FRA51615 dvr_SENSe_VOLTage_AC_RANGe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cenum

[Set CH1 Range]

<CH1 range>

range : 0 to 10

(AUTO, 600, 300, 100, 30, 10, 3, 1, 0.3, 0.1, 0.03)

resolution : 1

cenum

Set CH2 Range

<CH2 range>

range : 0 to 10

(AUTO, 600, 300, 100, 30, 10, 3, 1, 0.3, 0.1, 0.03)

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query CH2 Range]

display the data read from the device

istr

[Query CH1 Range]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SENSe_VOLTage_AC_RANGe.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_RANGe.vi

NF FRA51615 dvr_SENSe_VOLTage_AC_RANGe.vi


NF FRA51615 dvr_CALCulate_DATA_MARKer_ACTive.vi

Sets and queries the measurement data active target.


Connector Pane

NF FRA51615 dvr_CALCulate_DATA_MARKer_ACTive.vi


Front Panel

NF FRA51615 dvr_CALCulate_DATA_MARKer_ACTive.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cu16

[Set Active Measure Data]

<active target>

MEAS : No marker.

REF : Only the MAIN marker is displayed.

ci8

[Set Sequence No.]

<Sequence number>

range : 0 to 20

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

istr

[Query Sequence No.]

display the data read from the device

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

Query Active Measure Data

display the data read from the device


Block Diagram

NF FRA51615 dvr_CALCulate_DATA_MARKer_ACTive.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_ACTive.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_ACTive.vi


NF FRA51615 dvr_CALCulate_DATA_MARKer_MODE.vi

Sets and queries the marker mode.


Connector Pane

NF FRA51615 dvr_CALCulate_DATA_MARKer_MODE.vi


Front Panel

NF FRA51615 dvr_CALCulate_DATA_MARKer_MODE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Marker Mode]

<marker mode>

NONE : No marker.

MAIN : Only the main marker is displayed.

DELTa : The main and delta markers are displayed.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Marker Mode]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CALCulate_DATA_MARKer_MODE.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_MODE.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_MODE.vi


NF FRA51615 dvr_CALCulate_DATA_MARKer_SEARch_AUTO.vi

Sets and queries automatic marker search.


Connector Pane

NF FRA51615 dvr_CALCulate_DATA_MARKer_SEARch_AUTO.vi


Front Panel

NF FRA51615 dvr_CALCulate_DATA_MARKer_SEARch_AUTO.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cenum

[Set Marker Auto Search]

<Marker search content>

0 : OFF : Turns the automatic marker search function off.

1 : XMAX : X Max

2 : XMIN : X Min

3 : XPEAk : X Peak

4 : XBOTtom : X Bottom

5 : X : X

6 : DX : delta X

7 : Y1MAx : Y1 Max

8 : Y1MIn : Y1 Min

9 : Y1PEak : Y1 Peak

10 : Y1BOttom : Y1 Bottom

11 : Y1 : Y1

12 : DY1 : delta Y1

13 : Y2MAx : Y2 Max

14 : Y2MIn : Y2 Min

15 : Y2PEak : Y2 Peak

16 : Y2BOttom : Y2 Bottom

17 : Y2 : Y2

18 : DY2 : delta Y2

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Marker Auto Search]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CALCulate_DATA_MARKer_SEARch_AUTO.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_SEARch_AUTO.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_SEARch_AUTO.vi


NF FRA51615 dvr_CALCulate_DATA_MARKer_VALue.vi

Sets and queries the marker search value.


Connector Pane

NF FRA51615 dvr_CALCulate_DATA_MARKer_VALue.vi


Front Panel

NF FRA51615 dvr_CALCulate_DATA_MARKer_VALue.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Marker Search Value]

<Marker search value>

range : -1 000 000 000 000.000 00 to 1 000 000 000 000.000 00

(-1T to 1T(10^12)j

resolution : 6 places (<1n(10^-9) is 1f(10^-15))

cu16

[Select Measure Data]

<Setting target>

X : Sets the X marker search value

Y1 : Sets the Y1 marker search value

Y2 : Sets the Y2 marker search value

DX : Sets the delta X marker search value

DY1 : Sets the delta Y1 marker search value

DY2 : Sets the delta Y2 marker search value

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Marker Search Value]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CALCulate_DATA_MARKer_VALue.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_VALue.vi

NF FRA51615 dvr_CALCulate_DATA_MARKer_VALue.vi


NF FRA51615 dvr_qCALCulate_DATA_MARKer.vi

Reads a marker value.


Connector Pane

NF FRA51615 dvr_qCALCulate_DATA_MARKer.vi


Front Panel

NF FRA51615 dvr_qCALCulate_DATA_MARKer.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cu16

[set query marker]

<Query target>

X : Queries the main marker value

Y1 : Queries the delta marker value

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Marker Value1]

<Reads a marker value>

display the data read from the device.

When the x axis is frequency : FREQdata

When the x axis is not frequency : FREQdata

istr

[Query Marker Value2]

<Reads a marker value>

display the data read from the device.

When the x axis is frequency : Y1data

When the x axis is not frequency : Xdata

istr

[Query Marker Value3]

<Reads a marker value>

display the data read from the device.

When the x axis is frequency : Y2data

When the x axis is not frequency : Y1data


Block Diagram

NF FRA51615 dvr_qCALCulate_DATA_MARKer.vi

NF FRA51615 dvr_qCALCulate_DATA_MARKer.vi


NF FRA51615 dvr_sCALCulate_DATA_MARKer_SEARch.vi

Executes a marker search.


Connector Pane

NF FRA51615 dvr_sCALCulate_DATA_MARKer_SEARch.vi


Front Panel

NF FRA51615 dvr_sCALCulate_DATA_MARKer_SEARch.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cenum

[Set Marker Search]

<Marker search content>

0 : XMAX : X Max

1 : XMIN : X Min

2 : XPEAk : X Peak

3 : XBOTtom : X Bottom

4 : NXPEak : Next X Peak

5 : NXBOttom : Next X Bottom

6 : PXPEak : Previous X Peak

7 : PXBOttom : Previous X Bottom

8 : X : X

9 : NX : Next X

10 : PX : Previous X

11 : DX : delta X

12 : NDX : Next delta X

13 : PDX : Previous delta X

14 : Y1MAx : Y1 Max

15 : Y1MIn : Y1 Min

16 : Y1PEak : Y1 Peak

17 : Y1BOttom : Y1 Bottom

18 : NY1Peak : Next Y1 Peak

19 : NY1Bottom : Next Y1 Bottom

20 : PY1Peak : Previous Y1 Peak

21 : PY1Bottom : Previous Y1 Bottom

22 : Y1 : Y1

23 : NY1 : Next Y1

24 : PY1 : Previous Y1

25 : DY1 : delta Y1

26 : NDY1 : Next delta Y1

27 : PDY1 : Previous delta Y1

28 : Y2MAx : Y2 Max

29 : Y2MIn : Y2 Min

30 : Y2PEak : Y2 Peak

31 : Y2BOttom : Y2 Bottom

32 : NY2Peak : Next Y2 Peak

33 : NY2Bottom : Next Y2 Bottom

34 : PY2Peak : Previous Y2 Peak

35 : PY2Bottom : Previous Y2 Bottom

36 : Y2 : Y2

37 : NY2 : Next Y2

38 : PY2 : Previous Y2

39 : DY2 : delta Y2

40 : NDY2 : Next delta Y2

41 : PDY2 : Previous delta Y2

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sCALCulate_DATA_MARKer_SEARch.vi

NF FRA51615 dvr_sCALCulate_DATA_MARKer_SEARch.vi


NF FRA51615 dvr_CORRection_SLOPe_STATe.vi

Sets and queries the potential slope correction state.


Connector Pane

NF FRA51615 dvr_CORRection_SLOPe_STATe.vi


Front Panel

NF FRA51615 dvr_CORRection_SLOPe_STATe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Slope Correction]

<Potential slope correction state>

ON : Enables potential slope correction.

OFF : Disables potential slope correction.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ibool

Query Slope Correction State[Query State]

display the state of the device


Block Diagram

NF FRA51615 dvr_CORRection_SLOPe_STATe.vi

NF FRA51615 dvr_CORRection_SLOPe_STATe.vi

NF FRA51615 dvr_CORRection_SLOPe_STATe.vi


NF FRA51615 dvr_INPut_FILTer_JW.vi

Sets and queries the differentiation processing.


Connector Pane

NF FRA51615 dvr_INPut_FILTer_JW.vi


Front Panel

NF FRA51615 dvr_INPut_FILTer_JW.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Input Filter JW]

<Differentiation>

range : -2 to 2(double integral, integral, none, differential, double differentia)

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Input Filter JW]

display the data read from the device


Block Diagram

NF FRA51615 dvr_INPut_FILTer_JW.vi

NF FRA51615 dvr_INPut_FILTer_JW.vi

NF FRA51615 dvr_INPut_FILTer_JW.vi


NF FRA51615 dvr_qSENse_AVERage_TYPE.vi

Queries the current averaging setting type.


Connector Pane

NF FRA51615 dvr_qSENse_AVERage_TYPE.vi


Front Panel

NF FRA51615 dvr_qSENse_AVERage_TYPE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Average Type]

display the current averaging setting type

CYCL : cycle

TIME : time


Block Diagram

NF FRA51615 dvr_qSENse_AVERage_TYPE.vi

NF FRA51615 dvr_qSENse_AVERage_TYPE.vi


NF FRA51615 dvr_qTRIG_DELay_TYPE.vi

Queries the measurement delay type that is currently in operation.


Connector Pane

NF FRA51615 dvr_qTRIG_DELay_TYPE.vi


Front Panel

NF FRA51615 dvr_qTRIG_DELay_TYPE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Delay Type]

display measurement delay type

CYCL : cycle

TIME : time


Block Diagram

NF FRA51615 dvr_qTRIG_DELay_TYPE.vi

NF FRA51615 dvr_qTRIG_DELay_TYPE.vi


NF FRA51615 dvr_qTRIG_STTDelay_TYPE.vi

Queries the current measurement start delay type.


Connector Pane

NF FRA51615 dvr_qTRIG_STTDelay_TYPE.vi


Front Panel

NF FRA51615 dvr_qTRIG_STTDelay_TYPE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Start Delay Type]

display the data read from the device

CYCL : cycle

TIME : time


Block Diagram

NF FRA51615 dvr_qTRIG_STTDelay_TYPE.vi

NF FRA51615 dvr_qTRIG_STTDelay_TYPE.vi


NF FRA51615 dvr_SENSe_AVERage.vi

Sets and queries the averaging mode.


Connector Pane

NF FRA51615 dvr_SENSe_AVERage.vi


Front Panel

NF FRA51615 dvr_SENSe_AVERage.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Integration Mode]

<Averaging mode>

FIXed : Set the averaging mode to FIX

SHORt : Set the averaging mode to SHORT

MEDium : Set the averaging mode to MED

LONG : Set the averaging mode to LONG

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Integration Mode]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SENSe_AVERage.vi

NF FRA51615 dvr_SENSe_AVERage.vi

NF FRA51615 dvr_SENSe_AVERage.vi


NF FRA51615 dvr_SENse_AVERage_COUNt.vi

Sets and queries the averaging cycle and time.


Connector Pane

NF FRA51615 dvr_SENse_AVERage_COUNt.vi


Front Panel

NF FRA51615 dvr_SENse_AVERage_COUNt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci16

[integratiion (cycle)]

<Averaging cycle setting (cycle)>

range : 1 to 9999

resolution : 1

cdbl

[integration (time)]

<Averaging time setting (seconds)>

range : 0..000sec to 9990sec

resolution : 3 places(<1sec is 1msec)

unit [sec]

cenum

Integration Type

<type select>

select cycle / time.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Average Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SENse_AVERage_COUNt.vi

NF FRA51615 dvr_SENse_AVERage_COUNt.vi

NF FRA51615 dvr_SENse_AVERage_COUNt.vi

NF FRA51615 dvr_SENse_AVERage_COUNt.vi

NF FRA51615 dvr_SENse_AVERage_COUNt.vi


NF FRA51615 dvr_TRIGger_DELay.vi

Sets and queries the measurement delay.


Connector Pane

NF FRA51615 dvr_TRIGger_DELay.vi


Front Panel

NF FRA51615 dvr_TRIGger_DELay.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci16

[Delay(cycle)]

<Measurement delay (cycle)>

range : 1 to 9999

resolution 1

cdbl

[Delay (time)]

<Measurement delay (seconds)>

range : 0..000sec to 9990sec

resolution : 3 places(<1sec is 1msec)

unit [sec]

cenum

Delay Type

<select averaging type>

cycle / time

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Delay]

display the data read from the device


Block Diagram

NF FRA51615 dvr_TRIGger_DELay.vi

NF FRA51615 dvr_TRIGger_DELay.vi

NF FRA51615 dvr_TRIGger_DELay.vi

NF FRA51615 dvr_TRIGger_DELay.vi

NF FRA51615 dvr_TRIGger_DELay.vi


NF FRA51615 dvr_TRIGger_STTDelay.vi

Sets and queries the measurement start delay.


Connector Pane

NF FRA51615 dvr_TRIGger_STTDelay.vi


Front Panel

NF FRA51615 dvr_TRIGger_STTDelay.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci16

[start delay (cycle)]

<cycle>

range : 1 to 9999

resolution : 1

cdbl

[start delay (time)]

<time>

range : 0..000sec to 9990sec

resolution : 3 places(<1sec is 1msec)

unit [sec]

cenum

Start Delay Type

<select averaging type>

cycle / time

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query start delay]

display the data read from the device


Block Diagram

NF FRA51615 dvr_TRIGger_STTDelay.vi

NF FRA51615 dvr_TRIGger_STTDelay.vi

NF FRA51615 dvr_TRIGger_STTDelay.vi

NF FRA51615 dvr_TRIGger_STTDelay.vi

NF FRA51615 dvr_TRIGger_STTDelay.vi


NF FRA51615 dvr_OUTPut_STOP_PHAS.vi

Sets and queries the stop mode.


Connector Pane

NF FRA51615 dvr_OUTPut_STOP_PHAS.vi


Front Panel

NF FRA51615 dvr_OUTPut_STOP_PHAS.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Stop Phase Type]

<Stop mode (oscillation stop phase)>

SYNChronous : Sets the stop mode to 0 degree SYNC.

ASYNchronous : Sets the stop mode to QUICK.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Stop Phase Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_OUTPut_STOP_PHAS.vi

NF FRA51615 dvr_OUTPut_STOP_PHAS.vi

NF FRA51615 dvr_OUTPut_STOP_PHAS.vi


NF FRA51615 dvr_OUTPut_TRIGger.vi

Sets and queries the on/off synchronization (trigger synchronization).


Connector Pane

NF FRA51615 dvr_OUTPut_TRIGger.vi


Front Panel

NF FRA51615 dvr_OUTPut_TRIGger.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

Select Output Trigger[Select Output Trigger ]

<On/off synchronization (trigger synchronization)>

ASYNchronous : Sets on/off synchronization to ASYNC.

(disables trigger synchronization)

SYNchronous : Sets on/off synchronization to SYNC.

(enables trigger synchronization)

SYNchronous2 : Sets on/off synchronization to SYNC.

(enables trigger synchronization)

(AC/DC on, AC off)

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Trigger Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_OUTPut_TRIGger.vi

NF FRA51615 dvr_OUTPut_TRIGger.vi

NF FRA51615 dvr_OUTPut_TRIGger.vi


NF FRA51615 dvr_ROUT_BIAS_TERMinals.vi

Sets and queries the bias output destination.


Connector Pane

NF FRA51615 dvr_ROUT_BIAS_TERMinals.vi


Front Panel

NF FRA51615 dvr_ROUT_BIAS_TERMinals.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select TERMinal]

<DC bias output destination>

FRONt : The DC component is output from the front panel OSC terminal.

REAR : The DC component is output from the rear panel DC BIAS terminal.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Terminal]

display the data read from the device


Block Diagram

NF FRA51615 dvr_ROUT_BIAS_TERMinals.vi

NF FRA51615 dvr_ROUT_BIAS_TERMinals.vi

NF FRA51615 dvr_ROUT_BIAS_TERMinals.vi


NF FRA51615 dvr_SOURce_BIAS.vi

Sets and queries the DC bias value.


Connector Pane

NF FRA51615 dvr_SOURce_BIAS.vi


Front Panel

NF FRA51615 dvr_SOURce_BIAS.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set DC Bias]

<DC bias(V)>

range : -10.00V to 10.00V

constraints : (|DC bias|) + (amplitude) <= 10.00

resolution : 10mV

cu16

[Units(V)]

<unit>

M : mV(10^-3)

MV : mV(10^-3

V : V

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

Query DC Bias

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_BIAS.vi

NF FRA51615 dvr_SOURce_BIAS.vi

NF FRA51615 dvr_SOURce_BIAS.vi


NF FRA51615 dvr_SOURce_FREEQuency_FIXed.vi

Sets and queries the spot frequency.


Connector Pane

NF FRA51615 dvr_SOURce_FREEQuency_FIXed.vi


Front Panel

NF FRA51615 dvr_SOURce_FREEQuency_FIXed.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Frequency]

<spot frequency (Hz) >

range : 0.000 01Hz to 15 000 000.000 00Hz

(10uHz to 15MHz)

resolution : 0.000 01Hz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz (10uHz to 2MHz)

cu16

[Units(Hz)]

<unit>

MA : MegHz(10^6)

K : kHz(10^3)

M : mHz(10^-3)

U : uHz(10^-6)

MAHZ : MegHz(10^6)

KHZ : kHz(10^3)

MHZ : mHz(10^-3)

UHZ : uHz(10^-6)

HZ : Hz

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

Query Frequency

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREEQuency_FIXed.vi

NF FRA51615 dvr_SOURce_FREEQuency_FIXed.vi

NF FRA51615 dvr_SOURce_FREEQuency_FIXed.vi


NF FRA51615 dvr_SOURce_FUNCtion.vi

Sets and queries the internal oscillator waveform.


Connector Pane

NF FRA51615 dvr_SOURce_FUNCtion.vi


Front Panel

NF FRA51615 dvr_SOURce_FUNCtion.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Function ]

<Internal oscillator waveform>

SINusoid : Sinusoidal wave

SQUare : Square wave

TRIangle : Triangular wave

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Function]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FUNCtion.vi

NF FRA51615 dvr_SOURce_FUNCtion.vi

NF FRA51615 dvr_SOURce_FUNCtion.vi


NF FRA51615 dvr_SOURce_ROSCillator_OUTPut.vi

Sets and queries the 10MHz REF OUT output status.


Connector Pane

NF FRA51615 dvr_SOURce_ROSCillator_OUTPut.vi


Front Panel

NF FRA51615 dvr_SOURce_ROSCillator_OUTPut.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

Input Gain Invert[REF Output]

<10MHz REF OUT status>

ON : 10MHz REF OUT is output.

OFF : 10MHz REF OUT is not output.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ibool

Query REF Output State[Query REF Output State]

display the state of the device


Block Diagram

NF FRA51615 dvr_SOURce_ROSCillator_OUTPut.vi

NF FRA51615 dvr_SOURce_ROSCillator_OUTPut.vi

NF FRA51615 dvr_SOURce_ROSCillator_OUTPut.vi


NF FRA51615 dvr_SOURce_ROSCillator_SOURce.vi

Sets and queries the external frequency reference (10MHz REF IN).


Connector Pane

NF FRA51615 dvr_SOURce_ROSCillator_SOURce.vi


Front Panel

NF FRA51615 dvr_SOURce_ROSCillator_SOURce.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Source Clock]

<Reference clock source (10MHz REF IN)>

INTernal : The external reference clock is disabled.

EXTernal : The external reference clock is enabled.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Source Clock]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_ROSCillator_SOURce.vi

NF FRA51615 dvr_SOURce_ROSCillator_SOURce.vi

NF FRA51615 dvr_SOURce_ROSCillator_SOURce.vi


NF FRA51615 dvr_SOURce_VOLTage_ALC.vi

Sets and queries the amplitude compression status.


Connector Pane

NF FRA51615 dvr_SOURce_VOLTage_ALC.vi


Front Panel

NF FRA51615 dvr_SOURce_VOLTage_ALC.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Compression]

<Amplitude compression status>

ON : Amplitude compression is enabled.

OFF : Amplitude compression is disabled.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ibool

Query Comression State[Query Comression State]

display the state of the device


Block Diagram

NF FRA51615 dvr_SOURce_VOLTage_ALC.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC.vi


NF FRA51615 dvr_SOURce_VOLTage_ALC_LIMit.vi

Sets and queries the amplitude compression output limit.


Connector Pane

NF FRA51615 dvr_SOURce_VOLTage_ALC_LIMit.vi


Front Panel

NF FRA51615 dvr_SOURce_VOLTage_ALC_LIMit.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set ALC Limit]

<Amplitude compression output limit(Vpk)>

range : 0.001Vpk to 10.0Vpk

resolution : 3 places

cu16

[Units(Vpk)]

<unit>

M : mVpk(10^-3)

MV : mVpk10^-3

V : Vpk

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query ALC Limit]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_VOLTage_ALC_LIMit.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC_LIMit.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC_LIMit.vi


NF FRA51615 dvr_SOURce_VOLTage_ALC_RLEV.vi

Sets and queries the amplitude compression reference level.


Connector Pane

NF FRA51615 dvr_SOURce_VOLTage_ALC_RLEV.vi


Front Panel

NF FRA51615 dvr_SOURce_VOLTage_ALC_RLEV.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set ALC Level]

<Amplitude compression reference level(Vrms)>

range : 0.00100Vrms to 600Vrms

resolution : 3places

cu16

[Units(Vrms)]

<unit>

M : mVrms(10^-3)

MV : mVrms(10^-3)

V : Vrms

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query ALC Level]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_VOLTage_ALC_RLEV.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC_RLEV.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC_RLEV.vi


NF FRA51615 dvr_SOURce_VOLTage_ALC_SOURce.vi

Sets and queries the amplitude compression reference channel.


Connector Pane

NF FRA51615 dvr_SOURce_VOLTage_ALC_SOURce.vi


Front Panel

NF FRA51615 dvr_SOURce_VOLTage_ALC_SOURce.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Volt ALC Source]

<Amplitude compression reference channel>

CH1 : Sets the reference channel to CH1.

CH2 : Sets the reference channel to CH2.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Volt ALC Source]

display the state of the device


Block Diagram

NF FRA51615 dvr_SOURce_VOLTage_ALC_SOURce.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC_SOURce.vi

NF FRA51615 dvr_SOURce_VOLTage_ALC_SOURce.vi


NF FRA51615 dvr_SOURce_VOLTage_LEVel_IMMediate_AMPLitude.vi

Sets and queries the internal oscillator amplitude.


Connector Pane

NF FRA51615 dvr_SOURce_VOLTage_LEVel_IMMediate_AMPLitude.vi


Front Panel

NF FRA51615 dvr_SOURce_VOLTage_LEVel_IMMediate_AMPLitude.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Amplitude]

<the internal oscillator amplitude(Vpk)>

range : 0.000 00Vpk to 10.0Vpk

constraints : (|DC bias|) + (amplitude) <= 10.00

resolution : 3 paces (<10mVpk is 10uVpk)

cu16

[Units(Vpk)]

<unit>

M : mVpk(10^-3)

MV : mVpk10^-3

V : Vpk

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

Query Amplitude

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_VOLTage_LEVel_IMMediate_AMPLitude.vi

NF FRA51615 dvr_SOURce_VOLTage_LEVel_IMMediate_AMPLitude.vi

NF FRA51615 dvr_SOURce_VOLTage_LEVel_IMMediate_AMPLitude.vi


NF FRA51615 dvr_SOURce_VOLTage_SLEW_TYPE.vi

Sets and queries the on/off mode.


Connector Pane

NF FRA51615 dvr_SOURce_VOLTage_SLEW_TYPE.vi


Front Panel

NF FRA51615 dvr_SOURce_VOLTage_SLEW_TYPE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

Select Voltage Slew Type[Select Voltage Slew Type]

<On/off mode type>

QUICk : Sets the on/off mode to QUICK.

SLOW : Sets the on/off mode to SLOW.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Voltage Slew Type]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_VOLTage_SLEW_TYPE.vi

NF FRA51615 dvr_SOURce_VOLTage_SLEW_TYPE.vi

NF FRA51615 dvr_SOURce_VOLTage_SLEW_TYPE.vi


NF FRA51615 dvr_VOLTage_ALC_COUNt.vi

Sets and queries the number of amplitude compression retries.


Connector Pane

NF FRA51615 dvr_VOLTage_ALC_COUNt.vi


Front Panel

NF FRA51615 dvr_VOLTage_ALC_COUNt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set ALC Count]

<Number of amplitude compression retries>

range : 1 to 9999

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query ALC Count]

display the data read from the device


Block Diagram

NF FRA51615 dvr_VOLTage_ALC_COUNt.vi

NF FRA51615 dvr_VOLTage_ALC_COUNt.vi

NF FRA51615 dvr_VOLTage_ALC_COUNt.vi


NF FRA51615 dvr_VOLTage_ALC_FACtor.vi

Sets and queries the amplitude compression correction factor.


Connector Pane

NF FRA51615 dvr_VOLTage_ALC_FACtor.vi


Front Panel

NF FRA51615 dvr_VOLTage_ALC_FACtor.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set ALC Factor]

<Amplitude compression correction factor(%)>

range : 1% to 100%

resolution : 1%

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query ALC Factor]

display the data read from the device


Block Diagram

NF FRA51615 dvr_VOLTage_ALC_FACtor.vi

NF FRA51615 dvr_VOLTage_ALC_FACtor.vi

NF FRA51615 dvr_VOLTage_ALC_FACtor.vi


NF FRA51615 dvr_VOLTage_ALC_TOLerance.vi

Sets and queries the amplitude compression permissible error.


Connector Pane

NF FRA51615 dvr_VOLTage_ALC_TOLerance.vi


Front Panel

NF FRA51615 dvr_VOLTage_ALC_TOLerance.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

Set ALC Tolerance[Set ALC Tolerance]

<the amplitude compression permissible error (%)>

range : 1% to 100%

resolution : 1%

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query ALC Tolerance]

display the data read from the device


Block Diagram

NF FRA51615 dvr_VOLTage_ALC_TOLerance.vi

NF FRA51615 dvr_VOLTage_ALC_TOLerance.vi

NF FRA51615 dvr_VOLTage_ALC_TOLerance.vi


NF FRA51615 dvr_SOURce_FREEQuency_CENTer.vi

Sets and queries the center value of the frequency sweep.


Connector Pane

NF FRA51615 dvr_SOURce_FREEQuency_CENTer.vi


Front Panel

NF FRA51615 dvr_SOURce_FREEQuency_CENTer.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Center Frequency]

<Center value of the frequency sweep(Hz)>

range : 0.000 01Hz to 15 000 000.000 00Hz

(10uHz to 15MHz)

resolution : 0.000 01Hz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

cu16

[Units(Hz)]

<unit>

MA : MegHz(10^6)

K : kHz(10^3)

M : mHz(10^-3)

U : uHz(10^-6)

MAHZ : MegHz(10^6)

KHZ : kHz(10^3)

MHZ : mHz(10^-3)

UHZ : uHz(10^-6)

HZ : Hz

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

Query Center Frequency

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREEQuency_CENTer.vi

NF FRA51615 dvr_SOURce_FREEQuency_CENTer.vi

NF FRA51615 dvr_SOURce_FREEQuency_CENTer.vi


NF FRA51615 dvr_SOURce_FREEQuency_SPAN.vi

Sets and queries the frequency sweep span.


Connector Pane

NF FRA51615 dvr_SOURce_FREEQuency_SPAN.vi


Front Panel

NF FRA51615 dvr_SOURce_FREEQuency_SPAN.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Frequency Span]

<Frequency sweep span(Hz)>

range : 0.000 01Hz to 15 000 000.000 00Hz

(10uHz to 15MHz)

resolution : 0.000 01Hz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

cu16

[Units(Hz)]

<unit>

MA : MegHz(10^6)

K : kHz(10^3)

M : mHz(10^-3)

U : uHz(10^-6)

MAHZ : MegHz(10^6)

KHZ : kHz(10^3)

MHZ : mHz(10^-3)

UHZ : uHz(10^-6)

HZ : Hz

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Center Frequency]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREEQuency_SPAN.vi

NF FRA51615 dvr_SOURce_FREEQuency_SPAN.vi

NF FRA51615 dvr_SOURce_FREEQuency_SPAN.vi


NF FRA51615 dvr_SOURce_FREEQuency_STARt.vi

Sets and queries the sweep lower limit frequency.


Connector Pane

NF FRA51615 dvr_SOURce_FREEQuency_STARt.vi


Front Panel

NF FRA51615 dvr_SOURce_FREEQuency_STARt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Start Frequency]

<Sweep lower limit frequency(Hz)>

range : 0.000 01Hz to 15 000 000.000 00Hz

(10uHz to 15MHz)

resolution : 0.000 01Hz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

cu16

[Units(Hz)]

<unit>

MA : MegHz(10^6)

K : kHz(10^3)

M : mHz(10^-3)

U : uHz(10^-6)

MAHZ : MegHz(10^6)

KHZ : kHz(10^3)

MHZ : mHz(10^-3)

UHZ : uHz(10^-6)

HZ : Hz

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

Query Start Frequency

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREEQuency_STARt.vi

NF FRA51615 dvr_SOURce_FREEQuency_STARt.vi

NF FRA51615 dvr_SOURce_FREEQuency_STARt.vi


NF FRA51615 dvr_SOURce_FREEQuency_STOP.vi

Sets and queries the sweep upper limit frequency.


Connector Pane

NF FRA51615 dvr_SOURce_FREEQuency_STOP.vi


Front Panel

NF FRA51615 dvr_SOURce_FREEQuency_STOP.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Stop Frequency]

<Sweep upper limit frequency(Hz)>

range : 0.000 01Hz to 15 000 000.000 00Hz

(10uHz to 15MHz)

resolution : 0.000 01Hz

*FRA51602's frequency range : 0.000 01Hz to 2 000 000.000 00Hz

(10uHz to 2MHz)

cu16

Units(Hz)[Units(Hz)]

<unit>

MA : MegHz(10^6)

K : kHz(10^3)

M : mHz(10^-3)

U : uHz(10^-6)

MAHZ : MegHz(10^6)

KHZ : kHz(10^3)

MHZ : mHz(10^-3)

UHZ : uHz(10^-6)

HZ : Hz

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

Query Stop Frequency

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREEQuency_STOP.vi

NF FRA51615 dvr_SOURce_FREEQuency_STOP.vi

NF FRA51615 dvr_SOURce_FREEQuency_STOP.vi


NF FRA51615 dvr_SOURce_FREQuency_AFC_SOURce.vi

Sets and queries the slow sweep reference channel.


Connector Pane

NF FRA51615 dvr_SOURce_FREQuency_AFC_SOURce.vi


Front Panel

NF FRA51615 dvr_SOURce_FREQuency_AFC_SOURce.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Freq AFC Source]

<Slow sweep reference channel>

CH1 : Sets the slow sweep reference channel to CH1.

CH2 : Sets the slow sweep reference channel to CH2.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Freq AFC Source]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREQuency_AFC_SOURce.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_SOURce.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_SOURce.vi


NF FRA51615 dvr_SOURce_FREQuency_AFC_STATe.vi

Sets and queries the slow sweep mode.


Connector Pane

NF FRA51615 dvr_SOURce_FREQuency_AFC_STATe.vi


Front Panel

NF FRA51615 dvr_SOURce_FREQuency_AFC_STATe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

Set Slow Sweep[Set Slow Sweep]

<Slow sweep mode>

ON : Enables slow sweep.

OFF : Disables slow sweep.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ibool

Query Slow Sweep State[Query State]

display the state of the device


Block Diagram

NF FRA51615 dvr_SOURce_FREQuency_AFC_STATe.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_STATe.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_STATe.vi


NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

Sets and queries the slow sweep permissible quantities.


Connector Pane

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi


Front Panel

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi


Controls and Indicators

cdbl

Set Slow Sweep(a,b)

<Slow sweep permissible quantities(a,b)>

range : 0.000000 to 600

resolution : 3 places (<1mVrms is 1uVrms)

cdbl

Set Slow Sweep(theta)

<Slow sweep permissible quantities(theta)>

range : 0 to 180

resolution : 3 places (<10deg is 0.01deg)

cdbl

Set Slow Sweep(R)

<Slow sweep permissible quantities(R)>

range : 0.000000 to 600

resolution : 3 places (<1mVrms is 1uVrms)

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cenum

Slow Sweep Monitor Parameter

<select Slow Sweep permissible quantities>

dBR / R / theta / a, b

cdbl

Set Slow Sweep(dBR)

<Slow sweep permissible quantities(dBR)>

range : 0.00 to 1000

resolution : 3 places (<10dBis0.01dB)

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

deg[Query Slow Sweep]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TOLerance.vi


NF FRA51615 dvr_SOURce_FREQuency_AFC_TYPE.vi

Sets and queries the slow sweep monitoring parameters.


Connector Pane

NF FRA51615 dvr_SOURce_FREQuency_AFC_TYPE.vi


Front Panel

NF FRA51615 dvr_SOURce_FREQuency_AFC_TYPE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Monitering Mode]

<Slow sweep monitoring parameters>

MLOGarithmic : dBR

MLINear : R

PHASe : theta

MLINear : a

PHASe : b

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Monitering Mode]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREQuency_AFC_TYPE.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TYPE.vi

NF FRA51615 dvr_SOURce_FREQuency_AFC_TYPE.vi


NF FRA51615 dvr_SOURce_FREQuency_TRANsition.vi

Sets and queries the frequency change mode.


Connector Pane

NF FRA51615 dvr_SOURce_FREQuency_TRANsition.vi


Front Panel

NF FRA51615 dvr_SOURce_FREQuency_TRANsition.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Source Frequency Transition]

<Frequency change mode>

SYNChronous : Sets the frequency change mode to 0 degree SYNC.

ASYNchronous : Sets the frequency change mode to ASYNC.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Source Frequency Transition]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_FREQuency_TRANsition.vi

NF FRA51615 dvr_SOURce_FREQuency_TRANsition.vi

NF FRA51615 dvr_SOURce_FREQuency_TRANsition.vi


NF FRA51615 dvr_SOURce_SEQuence_LENGth.vi

Sets and queries the sequence sweep.


Connector Pane

NF FRA51615 dvr_SOURce_SEQuence_LENGth.vi


Front Panel

NF FRA51615 dvr_SOURce_SEQuence_LENGth.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Sequence Sweep]

<Configuration memory number>

range : 0 to 20

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Sequence Sweep]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_SEQuence_LENGth.vi

NF FRA51615 dvr_SOURce_SEQuence_LENGth.vi

NF FRA51615 dvr_SOURce_SEQuence_LENGth.vi


NF FRA51615 dvr_SOURce_SWEep_POINt.vi

Sets and queries the number of sweep points.


Connector Pane

NF FRA51615 dvr_SOURce_SWEep_POINt.vi


Front Panel

NF FRA51615 dvr_SOURce_SWEep_POINt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Sweep Points]

<Number of sweep points>

range : 3 to 20000

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Sweep Points]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_SWEep_POINt.vi

NF FRA51615 dvr_SOURce_SWEep_POINt.vi

NF FRA51615 dvr_SOURce_SWEep_POINt.vi


NF FRA51615 dvr_SOURce_SWEep_SPACing.vi

Sets and queries the sweep spacing.


Connector Pane

NF FRA51615 dvr_SOURce_SWEep_SPACing.vi


Front Panel

NF FRA51615 dvr_SOURce_SWEep_SPACing.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

Select Sweep Spacing[Select Sweep Spacing]

<Sweep spacing>

LINear : Linear

LOGarithmic : Log

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Sweep Spacing]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SOURce_SWEep_SPACing.vi

NF FRA51615 dvr_SOURce_SWEep_SPACing.vi

NF FRA51615 dvr_SOURce_SWEep_SPACing.vi


NF FRA51615 dvr_TRIGger_SOURce.vi

Sets and queries the repeat status.


Connector Pane

NF FRA51615 dvr_TRIGger_SOURce.vi


Front Panel

NF FRA51615 dvr_TRIGger_SOURce.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Trigger Source]

<Repeat measurement status>

INTernal : Enables repeat measurement

BUS : Disables repeat measurement

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Trigger Source]

display the data read from the device


Block Diagram

NF FRA51615 dvr_TRIGger_SOURce.vi

NF FRA51615 dvr_TRIGger_SOURce.vi

NF FRA51615 dvr_TRIGger_SOURce.vi


NF FRA51615 dvr_OUTPut_STATe.vi

Sets and queries the output status.


Connector Pane

NF FRA51615 dvr_OUTPut_STATe.vi


Front Panel

NF FRA51615 dvr_OUTPut_STATe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

Select FRA Output[Select FRA Output]

<Output status>

ON : Sets the AC/DC on status

OFF : Sets the AC/DC off status

ACoff : Sets the AC off status

ACoff is ignored if the AC/DC status is not "on".

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query FRA Output]

display the data read from the device


Block Diagram

NF FRA51615 dvr_OUTPut_STATe.vi

NF FRA51615 dvr_OUTPut_STATe.vi

NF FRA51615 dvr_OUTPut_STATe.vi


NF FRA51615 dvr_sMEMory_CLEar.vi

Executes data deletion.


Connector Pane

NF FRA51615 dvr_sMEMory_CLEar.vi


Front Panel

NF FRA51615 dvr_sMEMory_CLEar.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cu16

[Set Delete Data]

<Data to be deleted>

MEAS : Measurement data is deleted

REF : Reference data is deleted

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_sMEMory_CLEar.vi

NF FRA51615 dvr_sMEMory_CLEar.vi


NF FRA51615 dvr_sMEMory_COPY.vi

Executes measurement data copying.


Connector Pane

NF FRA51615 dvr_sMEMory_COPY.vi


Front Panel

NF FRA51615 dvr_sMEMory_COPY.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cu16

[Select Copy Data]

<Copy destination>

REF : Reference data

EQU : Equalizing

OPEN : Open correction

SHORt : Short correction

LOAD : Load correction

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_sMEMory_COPY.vi

NF FRA51615 dvr_sMEMory_COPY.vi


NF FRA51615 dvr_qDATA.vi

Queries the sweep measurement data.


Connector Pane

NF FRA51615 dvr_qDATA.vi


Front Panel

NF FRA51615 dvr_qDATA.vi


Controls and Indicators

cvsrn

VISAsession

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ci32

start point for reading data

<Data retrieval starting point>

range : 0 to 20000

resolution : 1

ci32

the number of reading data

<Number of data points to get>

range : 1 to 20001

resolution : 1

cenum

Set Data

<Query targets>

MEAS : Get MEAS data

REF : Get REF data

SPOT : Get SPOT measurement data

ivsrn

CopyVISAsession

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

i1ddbl

Query data

measurement data

When the x axis is frequency

<FREQdata[start]>,<Y1data[start]>,<Y2data[start]>, ...

When the x axis is not frequency

<FREQdata[start]>,<Xdata[start]>,<Y1data[start]>, ...


Block Diagram

NF FRA51615 dvr_qDATA.vi

NF FRA51615 dvr_qDATA.vi

NF FRA51615 dvr_qDATA.vi

NF FRA51615 dvr_qDATA.vi


NF FRA51615 dvr_CORRection_EQUalizing.vi

Sets and queries the equalization mode.


Connector Pane

NF FRA51615 dvr_CORRection_EQUalizing.vi


Front Panel

NF FRA51615 dvr_CORRection_EQUalizing.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Equalizig]

<Equalization mode>

ON : Enables equalization

OFF : Disables equalization

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Equalizing]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CORRection_EQUalizing.vi

NF FRA51615 dvr_CORRection_EQUalizing.vi

NF FRA51615 dvr_CORRection_EQUalizing.vi


NF FRA51615 dvr_CORRection_EXTension.vi

Sets and queries the port extension state.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_EXTension.vi


Front Panel

NF FRA51615 dvr_CORRection_EXTension.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Extension]

<Port extension state>

ON : Enables port extension

OFF : Disables port extension

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Extension]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CORRection_EXTension.vi

NF FRA51615 dvr_CORRection_EXTension.vi

NF FRA51615 dvr_CORRection_EXTension.vi


NF FRA51615 dvr_CORRection_EXTension_DISTance.vi

Sets and queries the electrical length.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_EXTension_DISTance.vi


Front Panel

NF FRA51615 dvr_CORRection_EXTension_DISTance.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

[Set Electrical Length]

<Electrical length>

range : 0.000 to 999.999

resolution : 0.001

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

idbl

[Query Electrical Length]

Displays setting state


Block Diagram

NF FRA51615 dvr_CORRection_EXTension_DISTance.vi

NF FRA51615 dvr_CORRection_EXTension_DISTance.vi

NF FRA51615 dvr_CORRection_EXTension_DISTance.vi


NF FRA51615 dvr_CORRection_EXTension_IMPedance.vi

Sets and queries the characteristic impedance.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_EXTension_IMPedance.vi


Front Panel

NF FRA51615 dvr_CORRection_EXTension_IMPedance.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cdbl

charateristic impedance[Set Characteristic Impedance]

<Characteristic impedance>

range : 1.00 to 999

resolution : 3 places

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

idbl

characteristic impedance[Query Characteristic Impedance]

Displays setting data


Block Diagram

NF FRA51615 dvr_CORRection_EXTension_IMPedance.vi

NF FRA51615 dvr_CORRection_EXTension_IMPedance.vi

NF FRA51615 dvr_CORRection_EXTension_IMPedance.vi


NF FRA51615 dvr_CORRection_LOAD.vi

Sets and queries the load correction state.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_LOAD.vi


Front Panel

NF FRA51615 dvr_CORRection_LOAD.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set LOAD]

<Load correction state>

ON : Enables load correction

OFF : Disables load correction

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Load]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CORRection_LOAD.vi

NF FRA51615 dvr_CORRection_LOAD.vi

NF FRA51615 dvr_CORRection_LOAD.vi


NF FRA51615 dvr_CORRection_LOAD_STANdard.vi

Sets and queries the load standard value.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_LOAD_STANdard.vi


Front Panel

NF FRA51615 dvr_CORRection_LOAD_STANdard.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

c2ddbl

Input

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

The number of setting points

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

i2ddbl

Output

Block Diagram

NF FRA51615 dvr_CORRection_LOAD_STANdard.vi

NF FRA51615 dvr_CORRection_LOAD_STANdard.vi

NF FRA51615 dvr_CORRection_LOAD_STANdard.vi


NF FRA51615 dvr_CORRection_LOAD_STANdard_FORMat.vi

Sets and queries the format of the load standard value.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_LOAD_STANdard_FORMat.vi


Front Panel

NF FRA51615 dvr_CORRection_LOAD_STANdard_FORMat.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Select Load Standard Format]

<Load standard value format>

CPD : Cp-D

CSD : Cs-D

RCP : Rp-Cp

RLS : Rs-Ls

RX : Rs-X

ZPH : Z-theta

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Load Standard Format]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CORRection_LOAD_STANdard_FORMat.vi

NF FRA51615 dvr_CORRection_LOAD_STANdard_FORMat.vi

NF FRA51615 dvr_CORRection_LOAD_STANdard_FORMat.vi


NF FRA51615 dvr_CORRection_OPEN.vi

Sets and queries the open correction state.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_OPEN.vi


Front Panel

NF FRA51615 dvr_CORRection_OPEN.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Open]

<Open correction state>

ON : Enables open correction

OFF : Disables open correction

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Open]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CORRection_OPEN.vi

NF FRA51615 dvr_CORRection_OPEN.vi

NF FRA51615 dvr_CORRection_OPEN.vi


NF FRA51615 dvr_CORRection_SHORt.vi

Sets and queries the short correction state.

*This command does not support FRA51602.


Connector Pane

NF FRA51615 dvr_CORRection_SHORt.vi


Front Panel

NF FRA51615 dvr_CORRection_SHORt.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Short]

<Short correction state>

ON : Enables short correction

OFF : Disables short correction

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Short]

display the data read from the device


Block Diagram

NF FRA51615 dvr_CORRection_SHORt.vi

NF FRA51615 dvr_CORRection_SHORt.vi

NF FRA51615 dvr_CORRection_SHORt.vi


NF FRA51615 dvr_sCORRection_COLLect.vi

Executes calibration.


Connector Pane

NF FRA51615 dvr_sCORRection_COLLect.vi


Front Panel

NF FRA51615 dvr_sCORRection_COLLect.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sCORRection_COLLect.vi

NF FRA51615 dvr_sCORRection_COLLect.vi


NF FRA51615u Read.vi

Sets timeout value and byte count for VISA read function.


Connector Pane

NF FRA51615u Read.vi


Front Panel

NF FRA51615u Read.vi


Controls and Indicators

cvsrn

VISAsession

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cu32

ByteCount(256)

sets size of byte counts read from device.

if 0 is set , data read is cancelled.

cu32

Timeout(35000)

sets time out values of VISA read function.

after VISA read process, time out value returns to the original value before read process.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

istr

read Data

Block Diagram

NF FRA51615u Read.vi


NF FRA51615u_crackToParamArray.vi


Connector Pane

NF FRA51615u_crackToParamArray.vi


Front Panel

NF FRA51615u_crackToParamArray.vi


Controls and Indicators

cstr

answerParam

cstr

delimiter

i1dstr

paramArray

Block Diagram

NF FRA51615u_crackToParamArray.vi


NF FRA51615u_crackToParams.vi


Connector Pane

NF FRA51615u_crackToParams.vi


Front Panel

NF FRA51615u_crackToParams.vi


Controls and Indicators

cstr

answerParam

cstr

delimiter

istr

param1

istr

param2

istr

param3

istr

param4

istr

param5

istr

param6

Block Diagram

NF FRA51615u_crackToParams.vi


NF FRA51615u_crackToStr.vi


Connector Pane

NF FRA51615u_crackToStr.vi


Front Panel

NF FRA51615u_crackToStr.vi


Controls and Indicators

cstr

input string

istr

output string

Block Diagram

NF FRA51615u_crackToStr.vi


NF FRA51615u_err_setSource.vi


Connector Pane

NF FRA51615u_err_setSource.vi


Front Panel

NF FRA51615u_err_setSource.vi


Controls and Indicators

cerrcodeclst

error in (no error)

ierrcodeclst

error out


Block Diagram

NF FRA51615u_err_setSource.vi

NF FRA51615u_err_setSource.vi


NF FRA51615 dvr_DISPlay_BRIGhtness.vi

Sets and queries the LCD brightness.


Connector Pane

NF FRA51615 dvr_DISPlay_BRIGhtness.vi


Front Panel

NF FRA51615 dvr_DISPlay_BRIGhtness.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Display Brightness]

<LCD brightness>

range : 0 to 100

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ii32

[Query Display Brightness]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DISPlay_BRIGhtness.vi

NF FRA51615 dvr_DISPlay_BRIGhtness.vi

NF FRA51615 dvr_DISPlay_BRIGhtness.vi


NF FRA51615 dvr_SYSTem_BEEPer.vi

Sets and queries the beep sound status.


Connector Pane

NF FRA51615 dvr_SYSTem_BEEPer.vi


Front Panel

NF FRA51615 dvr_SYSTem_BEEPer.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cbool

[Set Beep]

<Beep sound status>

ON : Enables the beep sound.

OFF : Disables the beep sound.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ibool

[Query Beep State]

display the state of the device


Block Diagram

NF FRA51615 dvr_SYSTem_BEEPer.vi

NF FRA51615 dvr_SYSTem_BEEPer.vi

NF FRA51615 dvr_SYSTem_BEEPer.vi


NF FRA51615 dvr_SYSTem_DATE.vi

Sets and queries the current year, month, and day.


Connector Pane

NF FRA51615 dvr_SYSTem_DATE.vi


Front Panel

NF FRA51615 dvr_SYSTem_DATE.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

Set Day

<Current Day>

range : 1 to 31

resolution : 1

ci32

Set Month

<Current Month>

range : 1 to 12

resolution : 1

ci32

Set Year

<Current Year>

range : 1998 to 2099

resolution : 1

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

istr

Query Year

display the data read from the device

istr

Query Month

display the data read from the device

istr

Query Day

display the data read from the device

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_SYSTem_DATE.vi

NF FRA51615 dvr_SYSTem_DATE.vi

NF FRA51615 dvr_SYSTem_DATE.vi


NF FRA51615 dvr_SYSTem_TIME.vi

Sets and queries the current time (hour, minute, second).


Connector Pane

NF FRA51615 dvr_SYSTem_TIME.vi


Front Panel

NF FRA51615 dvr_SYSTem_TIME.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

Set Second

<Current Second>

range : 0 to 59

resolution : 1

ci32

Set Minute

<Current Minute>

range : 0 to 59

resolution : 1

ci32

Set Hour

<Current Hour>

range : 0 to 23

resolution : 1

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

istr

Query Hour

display the data read from the device

istr

Query Minute

display the data read from the device

istr

Query Second

display the data read from the device

ierrcodeclst

Error OUT[error out 2]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_SYSTem_TIME.vi

NF FRA51615 dvr_SYSTem_TIME.vi

NF FRA51615 dvr_SYSTem_TIME.vi


NF FRA51615 dvr_qSTATis_OPERation.vi

Queries the operation status event register.


Connector Pane

NF FRA51615 dvr_qSTATis_OPERation.vi


Front Panel

NF FRA51615 dvr_qSTATis_OPERation.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Operation Status Event Register]

<operation status event register>


Block Diagram

NF FRA51615 dvr_qSTATis_OPERation.vi

NF FRA51615 dvr_qSTATis_OPERation.vi


NF FRA51615 dvr_qSTATus_OPERation_CONDition.vi

Queries the operation status condition register.


Connector Pane

NF FRA51615 dvr_qSTATus_OPERation_CONDition.vi


Front Panel

NF FRA51615 dvr_qSTATus_OPERation_CONDition.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Operation Status Condition Register]

<operation status condition register>


Block Diagram

NF FRA51615 dvr_qSTATus_OPERation_CONDition.vi

NF FRA51615 dvr_qSTATus_OPERation_CONDition.vi


NF FRA51615 dvr_STATus_OPERation_ENABle.vi

Sets and queries the operation status event enable register.


Connector Pane

NF FRA51615 dvr_STATus_OPERation_ENABle.vi


Front Panel

NF FRA51615 dvr_STATus_OPERation_ENABle.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Operation Status Event Enable Register]

<Operation status event enable register>

range : 0 to 65535

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Operation Status Event Enable Register]

display the data read from the device


Block Diagram

NF FRA51615 dvr_STATus_OPERation_ENABle.vi

NF FRA51615 dvr_STATus_OPERation_ENABle.vi

NF FRA51615 dvr_STATus_OPERation_ENABle.vi


NF FRA51615 dvr_STATus_OPERation_NTRansition.vi

Sets and queries the negative operation status transition filter.


Connector Pane

NF FRA51615 dvr_STATus_OPERation_NTRansition.vi


Front Panel

NF FRA51615 dvr_STATus_OPERation_NTRansition.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Negative Operation Status Transition Filter]

<Negative operation status transition filter>

range : 0 to 65535

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Negative Operation Status Transition Filter]

display the data read from the device


Block Diagram

NF FRA51615 dvr_STATus_OPERation_NTRansition.vi

NF FRA51615 dvr_STATus_OPERation_NTRansition.vi

NF FRA51615 dvr_STATus_OPERation_NTRansition.vi


NF FRA51615 dvr_STATus_OPERation_PTRansition.vi

Sets and queries the positive operation status transition filter.


Connector Pane

NF FRA51615 dvr_STATus_OPERation_PTRansition.vi


Front Panel

NF FRA51615 dvr_STATus_OPERation_PTRansition.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Positive Operation Status Transition Filter]

<Positive operation status transition filter>

range : 0 to 65535

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Positive Operation Status Transition Filter]

display the data read from the device


Block Diagram

NF FRA51615 dvr_STATus_OPERation_PTRansition.vi

NF FRA51615 dvr_STATus_OPERation_PTRansition.vi

NF FRA51615 dvr_STATus_OPERation_PTRansition.vi


NF FRA51615 dvr_SYSTem_ERRor.vi

Queries the error status and messages.


Connector Pane

NF FRA51615 dvr_SYSTem_ERRor.vi


Front Panel

NF FRA51615 dvr_SYSTem_ERRor.vi


Controls and Indicators

cvsrn

VISAsession

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

ErrorNo[ErrorNo]

display error code

istr

Error

display error message in text format.

ivsrn

CopyVISAsession

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_SYSTem_ERRor.vi

NF FRA51615 dvr_SYSTem_ERRor.vi


NF FRA51615 dvr_DATA_DELete.vi

Initializes the measurement memory.


Connector Pane

NF FRA51615 dvr_DATA_DELete.vi


Front Panel

NF FRA51615 dvr_DATA_DELete.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci8

[Set Memory No.]

<Measurement memory number to be initialized>

range : 1 to 20

resolution : 1

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_DATA_DELete.vi

NF FRA51615 dvr_DATA_DELete.vi


NF FRA51615 dvr_DATA_RECall.vi

Executes a read from measurement memory.


Connector Pane

NF FRA51615 dvr_DATA_RECall.vi


Front Panel

NF FRA51615 dvr_DATA_RECall.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci8

[Set Momory No.]

<Measurement memory number to read>

range : 1 to 20

resolution : 1

cu16

[Select Data]

<Destination for the data read>

MEAS : Measurement data

REF : Reference data

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_DATA_RECall.vi

NF FRA51615 dvr_DATA_RECall.vi


NF FRA51615 dvr_DATA_STATe_DEFine.vi

Sets and queries the measurement memory name.


Connector Pane

NF FRA51615 dvr_DATA_STATe_DEFine.vi


Front Panel

NF FRA51615 dvr_DATA_STATe_DEFine.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Memory No.]

<Measurement memory number>

range : 1 to 20

resolution : 1

cstr

Set Memory Name

<Memory name>

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Memory Name]

display the data read from the device


Block Diagram

NF FRA51615 dvr_DATA_STATe_DEFine.vi

NF FRA51615 dvr_DATA_STATe_DEFine.vi

NF FRA51615 dvr_DATA_STATe_DEFine.vi


NF FRA51615 dvr_DATA_STORe.vi

Executes a save to measurement memory.


Connector Pane

NF FRA51615 dvr_DATA_STORe.vi


Front Panel

NF FRA51615 dvr_DATA_STORe.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci8

[Set Memory No.]

<Measurement memory number that is the save destination >

range : 1 to 20

resolution : 1

cu16

[Select Data]

<Data to be saved>

MEAS : Measurement data

REF : Reference data

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_DATA_STORe.vi

NF FRA51615 dvr_DATA_STORe.vi


NF FRA51615 dvr_MEMory_STATe_DEFine.vi

Sets and queries the configuration memory name.


Connector Pane

NF FRA51615 dvr_MEMory_STATe_DEFine.vi


Front Panel

NF FRA51615 dvr_MEMory_STATe_DEFine.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Memory No.]

<Configuration memory number>

range : 1 to 20

resolution : 1

cstr

Set Memory Name

<Memory name>

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Memory Name]

display the data read from the device


Block Diagram

NF FRA51615 dvr_MEMory_STATe_DEFine.vi

NF FRA51615 dvr_MEMory_STATe_DEFine.vi

NF FRA51615 dvr_MEMory_STATe_DEFine.vi


NF FRA51615 dvr_qHCOPy_DATA.vi

Gets the bitmap for the current screen.


Connector Pane

NF FRA51615 dvr_qHCOPy_DATA.vi


Front Panel

NF FRA51615 dvr_qHCOPy_DATA.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error) ]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

istr

out put data

<bitmap for the current screen>

Response format : <DBLK>i#<digit><byte><data>)

# : Beginning of binary data

<digit> : A number (0 or greater) that indicates the number of digits in the subsequent <byte>

<byte> : String of numbers that indicate the number of bytes in the subsequent data

<data> : The binary data

The <data> part of the retrieve data is extracted and saved to a file in ".bmp" format.

ierrcodeclst

Error OUT[error out 2]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_qHCOPy_DATA.vi

NF FRA51615 dvr_qHCOPy_DATA.vi


NF FRA51615 dvr_sMEMory_STATe_DELete.vi

Initializes the configuration memory.


Connector Pane

NF FRA51615 dvr_sMEMory_STATe_DELete.vi


Front Panel

NF FRA51615 dvr_sMEMory_STATe_DELete.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

[Set memory No.]

<Configuration memory number to be initialized>

range : 1 to 20

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sMEMory_STATe_DELete.vi

NF FRA51615 dvr_sMEMory_STATe_DELete.vi


NF FRA51615 dvr_sRCL.vi

Executes a read from the configuration memory.


Connector Pane

NF FRA51615 dvr_sRCL.vi


Front Panel

NF FRA51615 dvr_sRCL.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

[Set memory No.]

<Configuration memory number>

range : 1 to 20

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sRCL.vi

NF FRA51615 dvr_sRCL.vi


NF FRA51615 dvr_sSAV.vi

Executes a save to the configuration memory.


Connector Pane

NF FRA51615 dvr_sSAV.vi


Front Panel

NF FRA51615 dvr_sSAV.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ci32

[Set memory No.]

<Configuration memory number>

range : 1 to 20

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sSAV.vi

NF FRA51615 dvr_sSAV.vi


NF FRA51615 dvr_OPC.vi

*OPC: Sets the OPC bit to 1 when all of the previous commands have ended.

*OPC?: Sets 1 to the output buffer when all the previous commands have ended.


Connector Pane

NF FRA51615 dvr_OPC.vi


Front Panel

NF FRA51615 dvr_OPC.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

[*OPC/OPC?]

*OPC : Sets the OPC bit to 1 when all of the previous commands have ended

*OPC? : Sets 1 to the output buffer when all the previous commands have ended

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_OPC.vi

NF FRA51615 dvr_OPC.vi

NF FRA51615 dvr_OPC.vi


NF FRA51615 dvr_qTST.vi

Queries the self-diagnostic test results.

*Normally, 0 is returned.


Connector Pane

NF FRA51615 dvr_qTST.vi


Front Panel

NF FRA51615 dvr_qTST.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Self Test ]

<self-diagnostic test results>

displays the self-diagnostic test results


Block Diagram

NF FRA51615 dvr_qTST.vi

NF FRA51615 dvr_qTST.vi


NF FRA51615 dvr_sWAI.vi

Standby for end of overlapping command execution.

*There are no overlapping commands for the FRA51615.


Connector Pane

NF FRA51615 dvr_sWAI.vi


Front Panel

NF FRA51615 dvr_sWAI.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.


Block Diagram

NF FRA51615 dvr_sWAI.vi

NF FRA51615 dvr_sWAI.vi


NF FRA51615 Comm Interface.vi

Sets the status of FRA whether local or remote (this command is enable at connected with GPIB interface).


Connector Pane

NF FRA51615 Comm Interface.vi


Front Panel

NF FRA51615 Comm Interface.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cu16

Mode

Local/Locked Remote/Remote

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 Comm Interface.vi

NF FRA51615 Comm Interface.vi


NF FRA51615 dvr_CLS.vi

Targets for the clear operation:

Standard event status register

Operation event status register

Error queue


Connector Pane

NF FRA51615 dvr_CLS.vi


Front Panel

NF FRA51615 dvr_CLS.vi


Controls and Indicators

cvsrn

VISAsession

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 dvr_CLS.vi


NF FRA51615 dvr_ESE.vi

Sets and queries the standard event status enable register.


Connector Pane

NF FRA51615 dvr_ESE.vi


Front Panel

NF FRA51615 dvr_ESE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Standard Event Status Enable Register]

<standard event status enable register>

range : 0 to 255

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Standard Event Status Enable Register]

display the data read from the device


Block Diagram

NF FRA51615 dvr_ESE.vi

NF FRA51615 dvr_ESE.vi

NF FRA51615 dvr_ESE.vi


NF FRA51615 dvr_qESR.vi

Queries the standard event status register.


Connector Pane

NF FRA51615 dvr_qESR.vi


Front Panel

NF FRA51615 dvr_qESR.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Standard Event Status Register]

display resister parameter

standard event status register


Block Diagram

NF FRA51615 dvr_qESR.vi

NF FRA51615 dvr_qESR.vi


NF FRA51615 dvr_qSTB.vi

Queries the status byte register.


Connector Pane

NF FRA51615 dvr_qSTB.vi


Front Panel

NF FRA51615 dvr_qSTB.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Status Byte Resister]

display resister parameter

status byte register


Block Diagram

NF FRA51615 dvr_qSTB.vi

NF FRA51615 dvr_qSTB.vi


NF FRA51615 dvr_SRE.vi

Sets and queries the service request enable register.


Connector Pane

NF FRA51615 dvr_SRE.vi


Front Panel

NF FRA51615 dvr_SRE.vi


Controls and Indicators

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cvsrn

VISAsession[VISAsession]

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

Read(F)[Read(F)]

select read or write VISA function

read : true

write : false

ci32

[Set Service Request Enable Register]

<service request enable register>

range : 0 to 255

resolution : 1

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

CopyVISAsession[CopyVISAsession]

display VISA resource name that specifies the resource to be opened.

istr

[Query Service Request Enable Register]

display the data read from the device


Block Diagram

NF FRA51615 dvr_SRE.vi

NF FRA51615 dvr_SRE.vi

NF FRA51615 dvr_SRE.vi


NF FRA51615 idn.vi

Queries the instrument identification information.


Connector Pane

NF FRA51615 idn.vi


Front Panel

NF FRA51615 idn.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

istr

query text

<instrument identification information>

Company name (NF Corporation)

Model name (FRA516xx)

Serial number

Firmware version

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 idn.vi

NF FRA51615 idn.vi


NF FRA51615 Reset.vi

Initializes setting of the device.


Connector Pane

NF FRA51615 Reset.vi


Front Panel

NF FRA51615 Reset.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 Reset.vi

NF FRA51615 Reset.vi


NF FRA51615 Revision Query.vi

Queries the firmware version.


Connector Pane

NF FRA51615 Revision Query.vi


Front Panel

NF FRA51615 Revision Query.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

istr

Instrument firmware revision

Software version

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 Revision Query.vi

NF FRA51615 Revision Query.vi


NF FRA51615 Close.vi

Closes a device session or event object specified by VISA resource name.


Connector Pane

NF FRA51615 Close.vi


Front Panel

NF FRA51615 Close.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 Close.vi

NF FRA51615 Close.vi


NF FRA51615 Initialize.vi

Opens a VISA session to communicate with and initialize FRA.


Connector Pane

NF FRA51615 Initialize.vi


Front Panel

NF FRA51615 Initialize.vi


Controls and Indicators

cvsrn

VISA resource name

VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

cbool

isReset

Reset Instrument/

Default Setup

cbool

isIdQuery

Query Instrument ID

cerrcodeclst

Error IN[error in (no error)]

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ivsrn

VISA resource name out

display VISA resource name that specifies the resource to be opened.

ierrcodeclst

Error OUT[error out]

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


Block Diagram

NF FRA51615 Initialize.vi

NF FRA51615 Initialize.vi

NF FRA51615 Initialize.vi

NF FRA51615 Initialize.vi

NF FRA51615 Initialize.vi