RFmxInstrMX.GetSelfCalibrateLastDateAndTime Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Gets the date and time of the last successful self-calibration.
Supported Devices: PXIe-5644/5645/5646, PXIe-5663/5663E/5665/5668, PXIe-5820/5830/5831/5832/5840/5841/5842/5860
![]() |
---|
For PXIe-5644/5645/5646 devices, you must select ImageSuppression for the selfCalibrateStep parameter. |
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public int GetSelfCalibrateLastDateAndTime( string selectorString, RFmxInstrMXSelfCalibrateSteps selfCalibrateStep, out DateTime timestamp )
Public Function GetSelfCalibrateLastDateAndTime ( selectorString As String, selfCalibrateStep As RFmxInstrMXSelfCalibrateSteps, <OutAttribute> ByRef timestamp As DateTime ) As Integer
Parameters
- selectorString String
-
Specifies a selector string comprising of a MIMO port on a MIMO session.
Example:
""
"port::myrfsa1/0"
You can use the BuildPortString2(String, String, String, Int32) method to build the selector string. - selfCalibrateStep RFmxInstrMXSelfCalibrateSteps
- Identifies the self-calibration step to query for the last successful self-calibration date and time data. The default value is PreselectorAlignment.
- timestamp DateTime
- Upon return, contains date and time of the last successful self-calibration
Return Value
Int32Returns the date and time of the last successful self-calibration.